Hi, I tweaked a few settings for my Bangle using Bangle.setOptions, but they don't seem to survive a reboot.
For example I changed wakeOnBTN2 and wakeOnBTN3 to false. After E.reboot() they seem to be set to true again. How can I save these settings?
@Raik started
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.
Hi,
I tweaked a few settings for my Bangle using Bangle.setOptions, but they don't seem to survive a reboot.
For example I changed wakeOnBTN2 and wakeOnBTN3 to false. After E.reboot() they seem to be set to true again. How can I save these settings?