This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP_DoubleResetDetector
Releases · khoih-prog/ESP_DoubleResetDetector
v1.3.2 to fix ESP32 chipID for example ConfigOnDoubleReset and to remove dependency on LittleFS_esp32 library to prevent PIO error when using new ESP32 core v1.0.6+
v1.3.2 to fix ESP32 chipID for example ConfigOnDoubleReset and to remove dependency on LittleFS_esp32 library to prevent PIO error when using new ESP32 core v1.0.6+
Latest
Releases v1.3.2
- Fix ESP32 chipID for example
ConfigOnDoubleReset
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
v1.3.1 to add waitingForDRD() function and checkWaitingDRD example to signal in DRD wating period.
Releases v1.3.1
- Add waitingForDRD() function to signal in DRD wating period. Check DRD is waiting for a double reset? #14
- Add example checkWaitingDRD to demo how to use the new feature.
v1.3.0 to add support to ESP32_S3
Releases v1.3.0
- Add support to
ESP32_S3
using ESP32 core, esp32-s3-support branch, v2.0.2+
v1.2.1 to fix compile error for ESP32 core v1.0.5-
Releases v1.2.1
- Fix compile error for ESP32 core v1.0.5-
v1.2.0 to auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library
Releases v1.2.0
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
- Update
library.json
to use newheaders
for PlatformIO
v1.1.2 to update `platform.ini` and `library.json`
Releases v1.1.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
Version v1.1.1 to clean-up all compiler warnings possible.
Releases v1.1.1
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Modify Version String
Version v1.1.0 to add LittleFS for ESP32
Releases v1.1.0
- Add support to LittleFS for ESP32 using LITTLEFS Library Library
Version v1.0.3 to add LittleFS support for ESP8266
Releases v1.0.3
- Update to use the new LittleFS for ESP8266 core 2.7.1+
- Update minimal example
Version v1.0.2 to fix bug
Releases v1.0.2
- Fix bug by left-over cpp file.
- Fix bug in example.
- Enhance README.md