arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.16k stars 7.02k forks source link

[Library Manager] ESP_DoubleResetDetector for ESP32 and ESP8266 #9536

Closed khoih-prog closed 4 years ago

khoih-prog commented 4 years ago

https://github.com/khoih-prog/ESP_DoubleResetDetector

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.

This library is based on, modified, bug-fixed and improved from [DataCute] (https://github.com/datacute/DoubleResetDetector) to add support for ESP32.

Thanks.

cmaglie commented 4 years ago

Done.