This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESPAsync_WiFiManager
Releases · khoih-prog/ESPAsync_WiFiManager
Version v1.4.1 to fix bug and compiler warnings
Releases v1.4.1
- Fix bug.
- Fix compiler warnings.
Major Releases v1.4.0 to fix bug, add features and examples
Major Releases v1.4.0
- 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
- Async_ConfigOnDRD_FS_MQTT_Ptr_Complex to demo usage of
std::map
- Async_ConfigOnDRD_FS_MQTT_Ptr_Medium.
- Add simple minimal examples
- Async_ConfigOnDRD_ESP32_minimal
- Async_ConfigOnDRD_ESP8266_minimal
- Async_AutoConnect_ESP32_minimal
- Async_AutoConnect_ESP8266_minimal
- 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
Releases v1.1.2
- Fix bug in examples.
Version v1.1.1 to add MultiWiFi, allow configurable CORS Header
Major Releases v1.1.1
- Add MultiWiFi feature to auto(Re)connect to the best WiFi at runtime
- Fix bug, typo and minor improvement.
- Completely enhanced examples to use new MultiWiFi feature.
- Add setCORSHeader function to allow configurable CORS Header. See Using CORS feature
- Bump up to v1.1.1 to sync with ESP_WiFiManager v1.0.11.
Initial Release v1.0.11 to use ESPAsynchWebServer and sync with ESP_WiFiManager
Releases 1.0.11
- Initial coding to use ESPAsyncWebServer instead of (ESP8266)WebServer.
- Add more features and error checking to many examples.
- Add example Async_ConfigOnDRD_FS_MQTT_Ptr
- Bump up to v1.0.11 to sync with ESP_WiFiManager v1.0.11.