Ok, I just commented out lines and uploaded until I found what was causing the problem. It's interval: 30,.
interval: 30,
I don't know why, but remove that or set it to 100 or above and you'll be fine.
@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.
Ok, I just commented out lines and uploaded until I found what was causing the problem. It's
interval: 30,
.I don't know why, but remove that or set it to 100 or above and you'll be fine.