IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

ESP8266/ESP32 non-blocking WiFi/AP web configuration Arduino library

Results 89 IotWebConf issues
Sort by recently updated
recently updated
newest added

* CI: bump python from 2 to 3 and update versions * Fix: arduino-esp32 v2 now includes LittleFS

Sometimes you have RGB leds on the board so you could signalize diferent statuses by using RGB led instead of just one LED (e.g. RED no connection, Yellow AP mode,...

Hi prampec, I'm trying to use your library in a project but I don't have success, as you can see in attached LOG. The board packaged I used is later...

I needed a simple way to track what "state" the IotWebConfig instance was in, so I could easily present the necessary status screen to the users on a small OLED....

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...

Hello, my typical application should work like this: - check jumper pin and existence of json in spiffs -> if true, load json config and assign the config params to...

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...

Hi How can i use both station mode and AP mode together in this library with out loosing AP mode after some times on start up only ? STA+AP In...

Hi Why i can't ping dns that set in thingname variable ? When i use MDNS library myself in my code everything is fine but when removed it to use...