Search found 1 match
- Thu Oct 17, 2024 7:09 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C6 how to make data survive reset?
- Replies: 1
- Views: 692
ESP32-C6 how to make data survive reset?
Hi, I'm developing some code where I want to track the number of times the system was booted, both when woken up from deep sleep as well as when the user presses the reset button. I can get the first part to work (wakeup from deep sleep) if I mark the boot counter was RTC_DATA_ATTR but that won't su...