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
523 stars 247 forks source link

Unexpected watch reboot after wake up request #390

Open GDV0 opened 1 year ago

GDV0 commented 1 year ago

Build tool used:

used Hardware:

Description of problem: Tested on TWatch 2020-V3 400mAh After fixing the "go standby blocked" issue image I discover a more annoying problem: when repeating standby/wake up sequences, spurious watch restarts happen. The amount of sleep/wake cycles to reproduce this issue seems random and the log could be different:

Each time, the "Last Reboot Reason" given in the Utilities tile is "Other Watchdogs"

Additional information and things you've tried: Crawling in ESP32 forums, I have found similar issue description which seems to be linked to specific ESP32 chip link on issue description: https://www.esp32.com/viewtopic.php?f=14&t=20316

Today (Apr 23rd) I have tested the application with an old TWatch 2020 v1 I already have spurious reboots but more frequently than with TWatch 2020 v3. Here is the log I have image