This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/Blynk_Async_WM
Releases · khoih-prog/Blynk_Async_WM
Version v1.2.0 to add LittleFS for ESP32 and clean up compiler warnings
Major Releases v1.2.0
- Add support to LittleFS for ESP32 using LittleFS_esp32 Library
- Add support to MultiDetectDetector using ESP_MultiResetDetector Library. MultiDetectDetector feature to force Config Portal when configurable multi-reset is detected within predetermined time.
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Modify Version String
- Add MRD-related examples.
Version v1.1.0 to add examples using Free-RTOS MultiTask to avoid blocking in operation.
Releases v1.1.0
- Add examples using Free-RTOS MultiTask to avoid blocking in operation.
- Add Version String.
Initial Release v1.0.16 to use ESPAsynchWebServer and sync with Blynk_WiFiManager
Releases v1.0.16
- Initial coding to use ESPAsyncWebServer instead of (ESP8266)WebServer.
- Bump up to v1.0.16 to sync with Blynk_WiFiManager library v1.0.16.