But as suggested by the troubleshooting, if you're printing a lot of text then you'll want to use USB.setConsole() at the top of your init function - but it shouldn't stop simple code from working right away.
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.
Can you give an example of the code that's not working for you?
Did you try the use of
E.on('init'
described in http://www.espruino.com/Quick+Start#start-writing-code- ?Is it just that you didn't type
save()
?But as suggested by the troubleshooting, if you're printing a lot of text then you'll want to use
USB.setConsole()
at the top of your init function - but it shouldn't stop simple code from working right away.