setWatch(function() { LED4.set(); }, BTN1, {repeat:true});
It worked in ver. 1.41, but not in ver. 1.45. Is there another way to write it now?
@Frida 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.
setWatch(function() {
LED4.set();
}, BTN1, {repeat:true});
It worked in ver. 1.41, but not in ver. 1.45.
Is there another way to write it now?