societyofrobots
societyofrobots
I had an issue where the /firmware link returns this error when clicking on it, blocking over air updates: ``` [E][WebServer.cpp:635] _handleRequest(): request handler not found Requested a non-existing page...
I hacked together some code to improve the firmware update page with a progress bar, and better scaling for small devices. Replace IotWebConfESP32HTTPUpdateServer.h with the below code (only added code...
summary: Compiled code fails on ESP 32D, but works as intended on ESP 32E. Both examples below use same firmware, just different chip. The ESP 32D works fine with IotWebConf...
I'm getting an error I don't understand. I'm in AP mode and connected via phone without issue. I then disconnect via phone, and it correctly changes to wifi mode. However,...
I'd like to serve some txt files stored in SPIFFS. The one part I can't figure out is in setup(). This is the equivalent for Async, but not sure how...
v3 now has date/time parameters, looks good, but they don't update. I was thinking, could timeParam.value()/dateParam.value() in the background add elapsed time to the initial stored date/time? Not saved in...
To do OTA with IotWebConf, I must click a button to browse for the firmware file on my computer. Instead, I'd like to click a button so that it automatically...
Lets say I install firmware 1.0 by flashing to the ESP32. Then, I upgrade to 1.1 using OTA with IotWebConf. How could I command the ESP32 to use the original...
prampec, I'm using 2.0.0-alpha1 to bypass [the security bug in 1.0.6](https://github.com/prampec/IotWebConf/issues/182#issuecomment-822645629), but now I'm getting some library errors that don't happen in 1.0.6. I can certainly understand not being interested...
AP mode is encrypted, however the documentation says it loses encryption once it goes through a router and onto the internet. Can someone direct me to links or conceptually describe...