No - LED1.write is just a debugging aid and shouldn't really be in any apps. In fact it was only added so normal Espruino tutorials would work with Bangle.js!
The idea is, if you're connected to the Bangle and you do 'LED.set()', you see something on the screen even if it was off, so really it's intentional
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.
No -
LED1.write
is just a debugging aid and shouldn't really be in any apps. In fact it was only added so normal Espruino tutorials would work with Bangle.js!The idea is, if you're connected to the Bangle and you do 'LED.set()', you see something on the screen even if it was off, so really it's intentional