A few weeks ago my bangle.js 2 sometimes did not react on push button, now it completely stopped and it is waiting on a push after I have uploaded an app. I can still access it via webIDE. The following command gives:
(new Pin(BTN1)).read();
=false
when pressing. This looks like a hardware issue? Any tips?
Meanwhile how can I start the clock through the webIDE command so i can see the time again?
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.
A few weeks ago my bangle.js 2 sometimes did not react on push button, now it completely stopped and it is waiting on a push after I have uploaded an app. I can still access it via webIDE. The following command gives:
when pressing. This looks like a hardware issue? Any tips?
Meanwhile how can I start the clock through the webIDE command so i can see the time again?