You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added setConfigPin(int pinNumber) function.
Set auto-connect interrupt pin. Pull this pin down for more than 500ms will skip auto-connect process(only works when the device trying to connect to AP using saved config). This function must be called before .start()
Merge ESP8266OTA with WiFiMan
If you have the old ESP8266OTA library installed, please remove it to avoid conflig with new WiFiMan library.
Rework with Web UI for more customizable and better memory usage.
UI text color and backdround now can be customized.Change the color value of your choice in Theme.h file.
Some sample of Theme.h are available in themes folder.New themes will be added later.