sharandac / My-TTGO-Watch

A GUI named hedge for smartwatch like devices based on ESP32. Currently support for T-Watch2020 (V1,V2,V3), T-Watch2021, M5Paper, M5Core2 and native Linux support for testing.
GNU General Public License v2.0
539 stars 248 forks source link

Bug Other Watchdogs Reset #341

Closed Crsarmv7l closed 2 years ago

Crsarmv7l commented 2 years ago

For a while I have been getting periodic and random resets with the reason stated in utilities "Other Watchdogs".

I see that that correlates to ESP_RST_WDT.

It seems like this can become an issue when waking from deep sleep, per this thread https://forums.freertos.org/t/esp32-deep-sleep-wakeup-causes-wdt/12545/4

I would post logs but I haven't found a specific trigger, it appears truly random aside from it always happening from deep sleep. I don't think it is anything my modifications caused (but of course it could be), as the only modified files are blectl, bluetooth_message.cpp and bluetooth_message.h. Stepctl and batctl were also removed, and there are no errors on building.

Crsarmv7l commented 2 years ago

Closing. Happens so infrequently it would be very difficult to track down. Hasn't happened since I posted this.