- Fix ESP32 chipID for example
ConfigOnMultiReset
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
- Add waitingForMRD() function to signal in MRD waiting period. Check DRD is waiting for a double reset? #14
- Add example checkWaitingMRD to demo how to use the new feature.
- Add support to
ESP32_S3
using ESP32 core, esp32-s3-support branch, v2.0.2+
- Fix compile error for ESP32 core v1.0.5-
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
- Update
library.json
to use newheaders
for PIO - Update
platformio.ini
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
- Initial coding to support Multiple Reset Detection.
- Sync with ESP_DoubleResetDetector v1.1.1