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

Releases: khoih-prog/ESP_DoubleResetDetector

Version v1.0.1 with new features using SPIFFS, EEPROM and RTC

31 Dec 05:27
30e418a
Compare
Choose a tag to compare

New in v1.0.1

  1. Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
  2. Add SPIFFS support, besides EEPROM, for ESP32

Initial Release v1.0.0

18 Dec 15:12
6ff4135
Compare
Choose a tag to compare

Using this library to detect a double reset, using RTC Memory for ESP8266 and EEPROM for ESP32.

Initial Release v1.0.0 to add support for ESP32 by using EEPROM to store data.