TinyWATCH-S3 / Official-firmware

Official firmware for Unexpected Maker's TinyWATCH S3
GNU General Public License v3.0
16 stars 7 forks source link

Need to cache the OW details for deep sleep #49

Open UnexpectedMaker opened 3 months ago

UnexpectedMaker commented 3 months ago

Waking from deep sleep will trigger OW to go online to get the latest temp data, like on a fresh boot. Instead, we should cache the current details (maybe in nvs) and then only go online to update if the time period for normal updates has passed... otherwise, show the last saved stats on wake, and tell it grab new data on the next cycle.