MySensors
MySensors copied to clipboard
Enhancement: OTA logging/debug via WiFi ESP8266 gateways/nodes
Enhancement: Add option to enable OTA logging/debug via web page for ESP8266 gateways/nodes, using an existing web serial monitor library e.g. https://github.com/ayushsharma82/WebSerial
I initially thought that this would be fairly simple - just add a preprocessor option to use WebSerial at https://github.com/mysensors/MySensors/blob/8103c6cf6bcb3e271df08b17d0fb2fee3b444c86/hal/architecture/ESP8266/MyHwESP8266.h#L34
However it needs a bit more work to deal with (amongst others) the issue that WebSerial.begin() requires different arguments to Serial.begin()
Will work on this myself when I have time but wanted to log here in case someone else wants to pick it up.
ps this project is fantastic - thank you to all the contributors :-)