This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP_DoubleResetDetector
Releases · khoih-prog/ESP_DoubleResetDetector
Version v1.0.1 with new features using SPIFFS, EEPROM and RTC
New in v1.0.1
- Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
- Add SPIFFS support, besides EEPROM, for ESP32
Initial Release v1.0.0
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.