Releases: ChipCE/WiFiMan
Releases · ChipCE/WiFiMan
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
- 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()
v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.0
Change in v1.1.0
- 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.