DutchDevelop / BLLEDController

Other
94 stars 26 forks source link

Fix on firmware 01.07.01.00 and improve wifi connection setup #12

Closed TheDutchDev closed 8 months ago

TheDutchDev commented 8 months ago

Tested on ESP32-WROVER. I expect this will work fine on ESP32-WROOM as well, although I have no idea about ESP8266.

I also had to disable merge_firmware.py on my local version as it would not build/deploy with that script. I don't know if this has any side-effects as I have no experience with this.

You can (and probably should) improve the filter further by really only filtering on the specific keys that are required for BLLed to function. Specifically the keys that are checked on in ParseCallback. If the current fix proves insufficient for ESP8266, improving the filter might fix it for that one