Oh, I just tried Bangle.off() vs Bangle.softOff() and with off the time is lost and with softOff() it is not however when I try Settings->Utils->Turn Off the time is not lost after wakeup so the softOff() is most probably already used by default?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Oh, I just tried
Bangle.off()
vsBangle.softOff()
and with off the time is lost and with softOff() it is not however when I try Settings->Utils->Turn Off the time is not lost after wakeup so the softOff() is most probably already used by default?