The problem with missing update of the screen is not because of setTimout() as Circles clock is using setInterval() for updating the screen since forever.
Also this could not cause the non working button.
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 problem with missing update of the screen is not because of setTimout() as Circles clock is using setInterval() for updating the screen since forever.
Also this could not cause the non working button.