Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Field for .bin update into settings #470

Open
wants to merge 338 commits into
base: mclighting_legacy
Choose a base branch
from
Open

Conversation

darkbek2
Copy link

Hello, can you add field for update in web page settings?I try add this, but it very difficult for me(

toblum and others added 30 commits February 5, 2018 20:42
Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
Subscribe to HA MQTT topic
Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128. Will not work here.
Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128. Will not work here.
Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128, will not work here.
buttonState (on/off) was only set for short button press - now is set to on also for medium and long press
button press is published on mqtt
Websockets and MQTT components are separate from HA MQTT JSON. Now if either is changed, HA JSON MQTT component is updated.
Effect name corrections and addition to sendState when other modes (WS/MQTT) are used
moved sendState before webSocketEvent
button press is published on mqtt #98
debsahu and others added 30 commits March 8, 2019 10:59
- hotfix #351
- fix LWT track #340
- fix PubSubClient related bug
- Added to todo #348
- UART 1 and 0 were mixed up
- LWT revisit
- Custom mode needs index
- see if this fixes #368
- fix compilation issues
- address #371
- remove WiFiManager Settings to trace bugs being reported at #368
- comment out more line to get it to compile
version bump
Comments typographic corrections in definitions.h
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet