ESP8266 WiFi Connection manager with web configuration portal
- save all settings to eeprom
- detect disconnect and connect and no need reboot ESP
- DHCP/Manual IP
- mDNS enable
#issue
- This will open AP and Station mode
seen DYWiFiConfig-demo example code
The sample code is very simple to config wifi connection for Arduino ESP8266.
C++MIT