Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
902 stars 289 forks source link

Power management issue on TWATCH-2020-V2 #251

Open tiagochiavericosta opened 1 month ago

tiagochiavericosta commented 1 month ago

Even compiling the original source code without changing anything, the battery lasts very few hours. The SimpleFramework example provided uses deep sleep mode, which is not suitable when you want to keep the sensors and preserve the variables in RAM.

lewisxhe commented 1 month ago

What do you mean? SimpleFramework is a community user contribution

tiagochiavericosta commented 1 month ago

I'm referring to the main source code that we compile through TWATCH-2020-V2's PlatformIO. I used SimpleFramework as a configuration example.

lewisxhe commented 1 month ago

What do you want to say? I don't know