the green led on the back of the BangleJS2 only works when i put it on my wrist…
i understand it comes with new firmware. But can i disable that feature?
The problem is that when my app is running and i take off my watch, it turns LED off and after i put watch on it doesn't light up LED, so i need to close and open my app again...
I tried Bangle.isHRMOn() to somehow get the state of LED but it turns out that this method only shows what was passed as an argument to Bangle.setHRMPower(...) (i.e. 1/true or 0/false).
Or is there some method that would allow me to re-check if watch have been put on wrist and allow me to turn on LED lights?
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.
the green led on the back of the BangleJS2 only works when i put it on my wrist…
i understand it comes with new firmware. But can i disable that feature?
The problem is that when my app is running and i take off my watch, it turns LED off and after i put watch on it doesn't light up LED, so i need to close and open my app again...
I tried
Bangle.isHRMOn()
to somehow get the state of LED but it turns out that this method only shows what was passed as an argument toBangle.setHRMPower(...)
(i.e.1/true
or0/false
).Or is there some method that would allow me to re-check if watch have been put on wrist and allow me to turn on LED lights?