ESPAsync WiFiManager Lite Versions Save

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.

v1.10.5

1 year ago

Release v1.10.5

  1. Using PROGMEM for strings in examples. Check Example fixes #32
  2. Using PROGMEM for HTML strings. Check implement PROGMEM strings, alignment with ESP_WiFiManager_Lite #31
  3. Default LittleFS for ESP8266 in examples
  4. Improve README.md so that links can be used in other sites, such as PIO
  5. Sync with ESP_WiFiManager_Lite v1.10.5

v1.10.3

1 year ago

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

v1.10.2

1 year ago

Release v1.10.2

  1. Add Config Portal scaling support to mobile devices. Check Mobile scale #26

v1.10.1

1 year ago

Release v1.10.1

  1. Add public methods to load and save dynamic data. Check added public methods to load and save dynamic data #24
  2. Bump up to v1.10.1 to sync with ESP_WiFiManager_Lite

v1.9.1

1 year ago

Release v1.9.1

  1. Add Captive Portal using AsyncDNSServer. Check Captive portal #22
  2. Cleanup reset code. Check cleanup reset code #23
  3. Periodical code clean-up

v1.9.0

1 year ago

Release v1.9.0

  1. Fix ESP32 chipID. Check Help for storing variables in memory (non-volatile) #87
  2. Add ESP32 getChipID() and getChipOUI() functions
  3. Remove dependency on LittleFS_esp32 library to prevent PIO error when using new ESP32 core v1.0.6+
  4. Remove unavailable items from depends field of library.properties, such as ESP Async WebServer,ESP AsyncTCP and AsyncTCP. Check

v1.8.2

2 years ago

Release v1.8.2

  1. Optimize code by using passing by reference instead of by value
  2. Optional Board_Name in Menu. Check option to remove board name from web page #25
  3. Add function isConfigMode() to signal system is in Config Portal mode.

v1.8.1

2 years ago

Release v1.8.1

  1. Add LittleFS support to ESP32-C3.
  2. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for ESP32 core v2.0.0+

v1.8.0

2 years ago

Release v1.8.0

  1. Add support to ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using ESP32 core, esp32-s3-support branch, v2.0.2+

v1.7.0

2 years ago

Major Release v1.7.0

  1. Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+
  2. Fix the blocking issue in loop(). Check retries block the main loop #18
  3. Configurable WIFI_RECON_INTERVAL. Check retries block the main loop #18
  4. Optimize library code by using reference-passing instead of value-passing
  5. Clean up