- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
- To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
- Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Add the new Virtual ConfigPortal SW feature to examples.
- Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal.
- Add support to LittleFS for ESP32 using LittleFS_esp32 Library
- Add support to MultiDetectDetector. 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
- Add Version String
- Add MRD-related examples.
- Use ESP8266/ESP32 MultiWiFi feature to autoconnect to the best and available WiFi SSID.
- Auto format SPIFFS/LittleFS for first time usage.
- Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
- Add MultiWiFi/Blynk features for WiFi
- Add MultiBlynk feature for GPRS/GSM
- Add DoubleResetDetector (DRD) feature.
- Update to use LittleFS for ESP8266 core 2.7.1+ to replace deprecated SPIFFS on ESP8266
- Add Configurable Config Portal Title
- Add Default Config Data.