This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP_WiFiManager
Releases · khoih-prog/ESP_WiFiManager
Release v1.5.2 to fix examples' misleading messages.
Releases v1.5.2
- Fix examples' misleading messages. Check Minor: examples/Async_ESP32_FSWebServer/ wrongly uses FileFS.begin(true) #47
- Tested with ESP32 Core 1.0.6 and LittleFS_esp32 v1.0.6
Version v1.5.1 to fix compiler error and adapt to esp32 core v1.0.6
Releases v1.5.1
- Fix compiler error if setting
Compiler Warnings
toAll
. - Modify multiWiFi-related timings to work with latest esp32 core v1.0.6
Version v1.5.0 to add support to ESP32-S2
Release v1.5.0
- Add support to ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, ESP32S2 Dev Module, UM FeatherS2, UM ProS2, microS2, etc.)
- Add Instructions to install ESP32-S2 core
Version v1.4.3 to fix examples' bug not saving Static IP in certain cases.
Releases v1.4.3
- Fix examples' bug not saving Static IP in certain cases.
- Add feature to warn if using examples with old library versions
Version v1.4.2 to fix bug and compiler warnings
Releases v1.4.2
- Fix examples' bug not using saved WiFi Credentials after losing all WiFi connections.
- Fix compiler warnings.
Major Releases v1.4.1 to fix staticIP and add many more improvements
Major Releases v1.4.1
- Fix staticIP not saved in examples. See ESP32 static IP not saved after restarting the device
- Add structures and functions to handle AP and STA IPs.
- Add complex examples
- ConfigOnDRD_FS_MQTT_Ptr_Complex to demo usage of std::map
- ConfigOnDRD_FS_MQTT_Ptr_Medium.
- Add simple minimal examples
- ConfigOnDRD_ESP32_minimal
- ConfigOnDRD_ESP8266_minimal
- AutoConnect_ESP32_minimal
- AutoConnect_ESP8266_minimal
- Fix bug.
- Fix compiler warnings.
- Modify Version String
- Add Table of Contents
Version v1.3.0 to add LittleFS support to ESP32
Releases v1.3.0
- Add LittleFS support to ESP32-related examples to use *LittleFS_esp32 Library
- Add Version String
Version v1.2.0 to add optional standard h/cpp mode besides h-only mode.
Releases v1.2.0
- Restore cpp code besides Impl.h code to use in case of
multiple definition
linker error. SeeChange Implementation to seperate *.h and *.cpp file instead of *.h and *-Impl.h
andSupport building in PlatformIO PR
. Also have a look at HOWTO Fix Multiple Definitions Linker Error - Fix bug /close does not close the config portal.
Version v1.1.2 to fix bugs and add example.
Releases v1.1.2
- Fix bug in examples.
- Add example.
Version v1.1.1 to allow configurable CORS Header and shorten MultiWiFi connection time.
Releases v1.1.1
- Add setCORSHeader function to allow configurable CORS Header. See Using CORS feature
- Fix typo and minor improvement.
- Shorten MultiWiFi connection time