khoih-prog / ESPAsync_WiFiManager_Lite

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

fix compiler error if EEPROM is used #29

Closed hmueller01 closed 1 year ago

hmueller01 commented 1 year ago

Solves #28

khoih-prog commented 1 year ago

It seems much better now. Merging. Will create new release ASAP.

Thanks

khoih-prog commented 1 year ago

Hi @hmueller01

The new ESPAsync_WiFiManager_Lite releases v1.10.3 has just been published. Your contribution is noted in Contributions and Thanks

Best Regards,


Release v1.10.3

  1. Fix compiler error if EEPROM is used. Check fix compiler error if EEPROM is used #29
  2. Fix compiler error in PIO. Check Unable to compile basic example for NodeMCU-32s #28