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

Releases: khoih-prog/ESP_WiFiManager_Lite

v1.7.0 to fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+, to fix the blocking issue in loop(), to add configurable `WIFI_RECON_INTERVAL`

08 Jan 19:33
d64ce2d
Compare
Choose a tag to compare

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. Clean up

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

27 Nov 04:33
0a4c722
Compare
Choose a tag to compare

Release v1.6.0

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library 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 04:29
4f08134
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:19
5db3ff3
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 18:24
ce1e434
Compare
Choose a tag to compare

Releases 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 05:36
bd834a7
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.
  5. Fix crashing bug in serverSendHeaders()

Version v1.2.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.

22 Feb 04:06
f799090
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

12 Feb 20:53
169ebca
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 08:54
1e83f22
Compare
Choose a tag to compare

Release v1.0.0

  1. Initial release to support ESP32 and ESP8266.