Search found 41 matches

by 0xffff
Tue Jun 19, 2018 2:03 am
Forum: General Discussion
Topic: time() drift backwards after s/w reset
Replies: 2
Views: 3879

time() drift backwards after s/w reset

Hi, I'm building on ESP32 (v0) w/o external xtal. On h/w reset we sync time to NTP server, but I find that after s/w reset, the time() reading is often quite off, sometimes by 6 or 7 minutes if the board has been up for a long time. Specifically, I print out the time() value just before esp_reset(),...