I'm able to copy into R-Hand editor side and upload the above code. Upon copy-n-paste into L-Hand console side, a second anomally, only the first character of the line of code to insert appears. At this point the browser is locked, along with the board, causing a need for board power-down, close and re-open of editor window, along with pairing in order to re-connect.
cut-n-paste
require("neopixel").write(D2, [11,11,0]);
Only the first char appears, with blinking box cursor covering the '>' symbol
2v06.6 (c) 2019 G.Williams
Espruino is Open Source. Our work is supported
only by sales of official boards and donations:
http://espruino.com/Donate
>
>r
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.
Sun 2021.09.19
This may be related to native WebIDE lock up with neopixel line insertion
I'm able to copy into R-Hand editor side and upload the above code. Upon copy-n-paste into L-Hand console side, a second anomally, only the first character of the line of code to insert appears. At this point the browser is locked, along with the board, causing a need for board power-down, close and re-open of editor window, along with pairing in order to re-connect.
cut-n-paste
Only the first char appears, with blinking box cursor covering the '>' symbol
At this point the board and IDE are locked.
I'll continue testing. . . .