-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello ChipTechno,
First of all, thanks for sharing your library for Wi-Fi connections adminsitracion over ESP8266 and I think this is the best one I know right now (I tested a really huge group of them for ESP8266 and ESP32 with such a different success rate, like WiFiManager, IotWebManager, etc.. ) and for me it is the "perfect" library to my purpposses . Your library manage and automate propperly the most important connection features with a really functional reliability.
I did tests with the provided examples and, until now, I see that it is very reliable when I am working and that it is really easy to manage and customize.
The only thing that I have not managed to configure properly is that it can remain always accessible for web configuration (maybe only needed the main index.html page?) to reconfigure parameters (which are active at that time) or to be able to perform a (online) firmware upgrade by http-OTA but all this when it is working in "normal sta mode" connected to the ap without need to stop the esp (and reboot) to switch to AP mode .
Surely it is my clumsiness but none of the provided examples I can get it configured that way.
Any track will be impressive.
Thank you