LEDs cycling? I guess that means some code is running when you upload.
What happens if you remove the call onInit() from the end of the code that you upload? does it always work in that case?
onInit()
@Gordon 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.
LEDs cycling? I guess that means some code is running when you upload.
What happens if you remove the call
onInit()
from the end of the code that you upload? does it always work in that case?