even though I disabled the setting for syncing the time in GB
Hmm. Looks like this is a bug in the Bangle.js plugin for gadgetbridge then. It does it whenever it connects - I guess it needs to check Gadgetbridge settings: https://codeberg.org/Freeyourgadget/Gadgetbridge/src/branch/master/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/banglejs/BangleJSDeviceSupport.java#L237
I am not sure if this would mean that an alarm would stop a setTimeout for daylight change?
It would when active, but then as soon as you loaded a new app it'd be fine.
Looks like this is a bug in the Bangle.js plugin for gadgetbridge then. It does it whenever it connects
If only someone could fix this and build a new version.... 8-)
@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.
Hmm. Looks like this is a bug in the Bangle.js plugin for gadgetbridge then. It does it whenever it connects - I guess it needs to check Gadgetbridge settings: https://codeberg.org/Freeyourgadget/Gadgetbridge/src/branch/master/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/banglejs/BangleJSDeviceSupport.java#L237
It would when active, but then as soon as you loaded a new app it'd be fine.