also observed as documented above (just to reinforce that you are not crazy IdeaShaker). I am using Windows 7 with Espruino board v1.1, code v40and the chrome app as posted on the chrome app store
Also observe that random characters get dropped midline
eg. SPI2.send (0xf, B6)
becomes
SPI2.end(0xf,B6)
and a subsequent syntax error.
Line by line copy and paste seems to be the only way in at present
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.
also observed as documented above (just to reinforce that you are not crazy IdeaShaker). I am using Windows 7 with Espruino board v1.1, code v40and the chrome app as posted on the chrome app store
Also observe that random characters get dropped midline
eg. SPI2.send (0xf, B6)
becomes
SPI2.end(0xf,B6)
and a subsequent syntax error.
Line by line copy and paste seems to be the only way in at present