This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP_MultiResetDetector
Releases · khoih-prog/ESP_MultiResetDetector
v1.3.2 to fix ESP32 chipID for example ConfigOnMultiReset 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 ConfigOnMultiReset 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
ConfigOnMultiReset
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
v1.3.1 to add waitingForMRD() function and checkWaitingMRD example to signal in MRD wating period.
Releases v1.3.1
- Add waitingForMRD() function to signal in MRD wating period. Check DRD is waiting for a double reset? #14
- Add example checkWaitingMRD 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 - Update
platformio.ini
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
Initial Release v1.1.1 to support Multiple Reset Detection.
Releases v1.1.1
- Initial coding to support Multiple Reset Detection
- Sync with ESP_DoubleResetDetector v1.1.1