This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP_WiFiManager_Lite
Releases · khoih-prog/ESP_WiFiManager_Lite
v1.10.5 using PROGMEM for strings in examples and improving `README.md` so that links can be used in other sites, such as `PIO`
v1.10.5 using PROGMEM for strings in examples and improving `README.md` so that links can be used in other sites, such as `PIO`
Latest
Release v1.10.5
- Using PROGMEM for strings in examples. Check Example fixes #37
- Improve
README.md
so that links can be used in other sites, such asPIO
v1.10.4 using PROGMEM for HTML strings
Release v1.10.4
- Using PROGMEM for HTML strings. Check move HTML char into PROGMEM #35
v1.10.3 to fix compiler error if EEPROM is used
Release v1.10.3
- Fix compiler error if EEPROM is used. Check fix compiler error if EEPROM is used #33
v1.10.2 to add Config Portal scaling support to mobile devices
Release v1.10.2
- Add Config Portal
scaling
support to mobile devices. Check Mobile scale #30
v1.10.1 to add public methods to load and save dynamic data
Release v1.10.1
- Add public methods to load and save dynamic data. Check added public methods to load and save dynamic data #28
v1.10.0 to add `Captive-Portal` feature and to add option to not `USE_LED_BUILTIN` for Config-Portal
v1.10.0 to add `Captive-Portal` feature and to add option to not `USE_LED_BUILTIN` for Config-Portal
Release v1.10.0
- Add
Captive-Portal
feature. Check Captive portal #24 - Add option to not
USE_LED_BUILTIN
for Config-Portal. Check added switch to turn use of builtin LED off #20 - Code clean-up
v1.9.0 to fix ESP32 chipID, to remove dependency on `LittleFS_esp32` library to prevent PIO error
Release v1.9.0
- Fix ESP32 chipID. Check Help for storing variables in memory (non-volatile) #87
- Add ESP32 getChipID() and getChipOUI() functions
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
v1.8.2 to optimize code by passing by `reference` instead of `value`, to permit optional `Board_Name` in Config Portal, and to add function `isConfigMode()` to signal system is in Config Portal mode
Release v1.8.2
- Optimize code by using passing by
reference
instead of byvalue
- Optional
Board_Name
in Menu. Check option to remove board name from web page #25 - Add function
isConfigMode()
to signal system is in Config Portal mode.
v1.8.1 to add LittleFS support to `ESP32-C3` and to use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
Release v1.8.1
- Add LittleFS support to
ESP32-C3
. - Use
ESP32-core's LittleFS
library instead ofLorol's LITTLEFS
library for ESP32 core v2.0.0+
v1.8.0 to add support to ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)
Release v1.8.0
- 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+