This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESPAsync_WiFiManager_Lite
Releases · khoih-prog/ESPAsync_WiFiManager_Lite
v1.6.0 to auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library
Release v1.6.0
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library.
- Fix bug returning IP
255.255.255.255
in core v2.0.0+ when usinghostname
v1.5.1 to update `platform.ini` and `library.json`
Release v1.5.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
Release v1.5.0 to enable scan of WiFi networks for selection in Configuration Portal.
Major Release v1.5.0
- Enable scan of WiFi networks for selection in Configuration Portal. Check PR for v1.3.0 - Enable scan of WiFi networks #10. Now you can select optional SCAN_WIFI_NETWORKS, MANUAL_SSID_INPUT_ALLOWED to be able to manually input SSID, not only from a scanned SSID lists and MAX_SSID_IN_LIST (from 2-15)
- Minor enhancement to not display garbage when data is invalid
Version v1.4.0 to add support to ESP32-C3
Release v1.4.0
- Add LittleFS and SPIFFS support to new ESP32-S2 boards (Arduino ESP32C3_DEV). Check HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE.
- Add EEPROM and SPIFFS support to new ESP32-C3 boards (Arduino ESP32C3_DEV). Check HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE.
Release v1.3.0 to fix invalid "blank" Config Data treated as Valid, EEPROM_SIZE bug and some enhancements.
Release v1.3.0
- Fix invalid "blank" or NULL Config Data treated as Valid.
- Permit optionally inputting one set of WiFi SSID/PWD by using
REQUIRE_ONE_SET_SSID_PW == true
- Enforce WiFi PWD minimum length of 8 chars
- Fix bug where EEPROM_SIZE truncated by DRD/MRD to 512, resulting lost and corrupted data
Version v1.2.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
Release v1.2.0
- Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
- Fix Config Portal Bug.
- Update examples
Version 1.1.0 to add ESP32-S2 support
Release v1.1.0
- Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)
- Add Instructions to install ESP32-S2 core
Initial Release v1.0.0
Release v1.0.0
- Initial release to support ESP32 and ESP8266 to use the better asynchronous ESPAsyncWebServer.