arduino_bootstrapper
arduino_bootstrapper copied to clipboard
Utility classes for bootstrapping Arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)
1.13.0 ESP8266 compile error: PingESP.cpp:84:5: error: 'esp_schedule' was not declared in this scope
I have not yet rooted out the source of this problem, but I just started a new project in Platformio and pulled the latest version 1.13.0 of bootstrapper in from...
Hello, Thank you for your bootstrapper library. I am using it to build my project of pool filtering pump management based on an ESP32. I use also some pieces of...
Hello, for simple MQTT messages with a numerical value such as: `Topic: SET/TEMP Payload: 21.5`, the `parseQueueMsg `function returns a json document which contains only the string `21.5` and not...
Bootstrapper library uses a `const STRING ERROR` which is a very common name (définitions in Helpers.h, set value in Helspers.cpp, used in BootstrapManager.cpp and may be in the application code)....