datacute / DoubleResetDetector

Library to detect a double reset, using ESP8266 RTC User Memory
MIT License
87 stars 16 forks source link

ESP32? #9

Open bill-orange opened 5 years ago

bill-orange commented 5 years ago

Will this work in an ESP32?

datacute commented 5 years ago

No, sorry, the hardware features that I make use of, are different on the ESP32. The concept is probably able to be re-implemented for the ESP32 using the same DoubleResetDetector API, but I don't have any current plans to do so.