Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

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+

10 Sep 02:32
3650473
Compare
Choose a tag to compare

Releases v1.3.2

  1. Fix ESP32 chipID for example ConfigOnMultiReset
  2. 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.

05 Mar 04:46
6322094
Compare
Choose a tag to compare

Releases v1.3.1

  1. Add waitingForMRD() function to signal in MRD wating period. Check DRD is waiting for a double reset? #14
  2. Add example checkWaitingMRD to demo how to use the new feature.

v1.3.0 to add support to ESP32_S3

11 Feb 02:29
faf7638
Compare
Choose a tag to compare

v1.2.1 to fix compile error for ESP32 core v1.0.5-

27 Nov 02:02
6e7afd4
Compare
Choose a tag to compare

Releases v1.2.1

  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

26 Nov 22:50
7bb9431
Compare
Choose a tag to compare

Releases v1.2.0

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
  2. Update library.json to use new headers for PlatformIO
  3. Update platformio.ini

v1.1.2 to update `platform.ini` and `library.json`

11 Oct 03:58
ae0ac2c
Compare
Choose a tag to compare

Releases v1.1.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

Initial Release v1.1.1 to support Multiple Reset Detection.

31 Dec 02:49
adabb8e
Compare
Choose a tag to compare

Releases v1.1.1

  1. Initial coding to support Multiple Reset Detection
  2. Sync with ESP_DoubleResetDetector v1.1.1