Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/ESPAsync_WiFiManager_Lite

v1.6.0 to auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library

27 Nov 05:02
c6b49bb
Compare
Choose a tag to compare

Release v1.6.0

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library.
  2. Fix bug returning IP 255.255.255.255 in core v2.0.0+ when using hostname

v1.5.1 to update `platform.ini` and `library.json`

11 Oct 02:13
d54e995
Compare
Choose a tag to compare

Release v1.5.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

Release v1.5.0 to enable scan of WiFi networks for selection in Configuration Portal.

25 Apr 03:12
03767f3
Compare
Choose a tag to compare

Major Release v1.5.0

  1. 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)
  2. Minor enhancement to not display garbage when data is invalid

Version v1.4.0 to add support to ESP32-C3

21 Apr 19:03
93104df
Compare
Choose a tag to compare

Release v1.4.0

  1. 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.
  2. 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.

13 Apr 03:46
2d82301
Compare
Choose a tag to compare

Release v1.3.0

  1. Fix invalid "blank" or NULL Config Data treated as Valid.
  2. Permit optionally inputting one set of WiFi SSID/PWD by using REQUIRE_ONE_SET_SSID_PW == true
  3. Enforce WiFi PWD minimum length of 8 chars
  4. 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.

22 Feb 06:01
0335187
Compare
Choose a tag to compare

Release v1.2.0

  1. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
  2. Fix Config Portal Bug.
  3. Update examples

Version 1.1.0 to add ESP32-S2 support

13 Feb 02:13
9e83860
Compare
Choose a tag to compare

Release v1.1.0

  1. Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)
  2. Add Instructions to install ESP32-S2 core

Initial Release v1.0.0

09 Feb 20:22
cfe0fe9
Compare
Choose a tag to compare

Release v1.0.0

  1. Initial release to support ESP32 and ESP8266 to use the better asynchronous ESPAsyncWebServer.