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

Latest commit

 

History

History
66 lines (41 loc) · 2.85 KB

changelog.md

File metadata and controls

66 lines (41 loc) · 2.85 KB

ESP_MultiResetDetector Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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+

Releases v1.3.1

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

Releases v1.3.0

  1. Add support to ESP32_S3 using ESP32 core, esp32-s3-support branch, v2.0.2+

Releases v1.2.1

  1. Fix compile error for ESP32 core v1.0.5-

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 PIO
  3. Update platformio.ini

Releases v1.1.2

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

Releases v1.1.1

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