The Web IDE should do a reset() automatically before the upload (unless it was turned off in the options?), so I doubt that's you problem.
However if you have a very short setInterval outside of a function then that would take effect immediately and could keep the Pico too busy to properly process new data?
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 Web IDE should do a
reset()
automatically before the upload (unless it was turned off in the options?), so I doubt that's you problem.However if you have a very short
setInterval
outside of a function then that would take effect immediately and could keep the Pico too busy to properly process new data?