For ESP8266 and ESP32 edit configuration with web page and save it on SPIFFS. If no connection to a local WLAN exists configuration over web page can be done using an access point
I'm having an error compiling for esp8266, missing ESP8266Webserver.h because a letter S is in lowercase.
Please change in file: src/WebConfig.cpp
line 25
I'm having an error compiling for esp8266, missing ESP8266Webserver.h because a letter S is in lowercase. Please change in file: src/WebConfig.cpp line 25
include
to
include
letter S must by uppercase. thanks