Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
902 stars 289 forks source link

Have I bricked it? #175

Closed judilsteve closed 2 years ago

judilsteve commented 2 years ago

Hi, I've got a T-Watch 2020 V1, and I wrote a dud program for it that essentially ends up calling watch->shutdown(); immediately after it calls watch->begin(). As a result, I can't flash any new programs to it because it immediately turns itself off and there's no serial connection available. Is there anything I can do to salvage this thing or is it a paperweight now?

judilsteve commented 2 years ago

nvm, got it: When the platformIO upload monitor starts to show Connecting......, press the crown button on the watch for a few seconds then release. The watch will then boot up just long enough for PIO to establish a serial connection and take over control of the watch to start flashing a new program. Crisis averted!