Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.
MIT License
57
stars
14
forks
source link
Not working with ESP32 Core 2.0.X because of LittleFS? #4
I can't use this library with ESP32 Core 2.0 or 2.0.1.
Steps to Reproduce
Update ESP32 Core to 2.0 or 2.0.1 and compile example.
Expected behavior
Compile and run
Actual behavior
I get compile errors if I compile and run because of LittleFS.
If I install the esp32 LittleFS library (which is supposed to not be required as its included on 2.0.X core) I still get errors and warnings of use built-in library.
If I rename all LITTLEFS words to LittleFS, my sketch compile but it wont work getting [WML] Invalid Stored WiFi Config Data errors in serial terminal.
Debug and AT-command log (if applicable)
EEPROM Flag read = 0xFFFE0001
SetFlag write = 0xFFFD0002
[WML] Invalid Stored WiFi Config Data
Screenshots
Information
Arduino IDE version: 1.8.13
ESP32 Core Version 2.0
OS: Windows 10
Describe the bug
I can't use this library with ESP32 Core 2.0 or 2.0.1.
Steps to Reproduce
Update ESP32 Core to 2.0 or 2.0.1 and compile example.
Expected behavior
Compile and run
Actual behavior
I get compile errors if I compile and run because of LittleFS.
Debug and AT-command log (if applicable)
EEPROM Flag read = 0xFFFE0001 SetFlag write = 0xFFFD0002 [WML] Invalid Stored WiFi Config Data
Screenshots
Information
Arduino IDE version: 1.8.13 ESP32 Core Version 2.0 OS: Windows 10