Open rdt70 opened 6 years ago
To check again (not worked in the past tests) with class ESP8266WebServer. The method ESP8266WebServer.on("/path", pathHandler) simplify the assignment of a function to a specific path. Refer to: https://techtutorialsx.com/2016/10/22/esp8266-webserver-getting-query-parameters/
The connection parameters are hard coded. It may be useful to add those on a config web page and saved on EEPROM. The following are parameters that may be useful to get from config:
The idea was to put the system in AP mode with a config we page. Getting the parameters from that page and saving on EEPROM. Then connect normally.