atomic14 / diy-esp32-epub-reader

An ESP32 e-reader
MIT License
351 stars 48 forks source link

Wake up periodically to refresh the battery display #39

Open cgreening opened 3 years ago

cgreening commented 3 years ago

At the moment, you could go to sleep and never wake up as the battery would have died.

We should probably wake up every hour or so to refresh the battery display - maybe could get fancy and show a needs charging icon if the battery is very low.

cgreening commented 2 years ago

Related to #66