setup()
system_rtc_mem_read // SHOULD get the data from the RTC but only gets zeros
loop()
// do some work
// update rtc structure
system_rtc_mem_write // save for when we wake up
ESP.deepSleep(15000, WAKE_RFCAL);
The deepSleep and the RTC work independently. Anyone doing this typical IoT stuff?
Any help or working example code would be greatly Appreciated!!!
Kim