Hi,
That's an odd one. No, nothing should be needed.
Maybe log in with the IDE and check if Bangle.bleAdvert exists? At least that'll show if it has ever run.
Bangle.bleAdvert
I guess it's possible that Large Clock does clearInterval() which might blow away any existing intervals, like the one the updates the battery level?
clearInterval()
@Gordon 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,
That's an odd one. No, nothing should be needed.
Maybe log in with the IDE and check if
Bangle.bleAdvert
exists? At least that'll show if it has ever run.I guess it's possible that Large Clock does
clearInterval()
which might blow away any existing intervals, like the one the updates the battery level?