Gordon Williams
Gordon Williams
> I now know "battery running empty" is dangerous. In recent firmwares even that isn't bad - it just means that maybe if you're super unlucky a file header will...
Is that all the text on the main notification screen? or when viewing the list of notifications? Please can you update your Bangle's firmware to 2v18? And also make sure...
That sounds reasonably doable - it seems like we do something a bit similar for the calendar at the moment, so could use that way of doing things - I...
Hi - Sorry, I just saw this one. I guess from my point of view, this looks like quite a lot of code when just `Bangle.setLCDOverlay()` would have worked apart...
Ok, thanks for the explanation. As it's in we might as well make any new changes after #3417 - my concern is that this code pattern might be copied (eg...
I could be wrong here, but as far as I can see from https://github.com/espruino/BangleApps/blob/master/apps/sleeplog/boot.js#L27 sleep log mainly uses the 10 minute 'movement' value from the built-in health event. This is...
I haven't used it I'm afraid - but it depends how big the sleeplog JSON file is - if it is big it could end up being a huge drain....
> would that mean we could refactor sleeplog to just display data from the 'health' file? Yes - it'd still have to run over the data from the day and...
> It might also be a bit heavier on the Bangle side storage-wise, as we'd need to keep the sleep state for every 10-minute block Yes, however right now we...
@storm64 ?