Great! You can always do something like:
function onInit() { Serial1.setConsole(); setTimeout(function() { if (BTN.read()) USB.setConsole(); }, 1000); }
So if you've saved and want to debug again, you can just plug the board in with the button pressed down, and you'll get access to the console again.
@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.
Great! You can always do something like:
So if you've saved and want to debug again, you can just plug the board in with the button pressed down, and you'll get access to the console again.