-
• #2
This is solved in post you mentioned now I believe: http://forum.espruino.com/conversations/368060/
It's a known problem with neopixels on older nRF52840 firmware, and not related to the web IDE or official boards. It's just that the board itself locked up after executing the command, but before it was able to 'echo' the full command back
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. . . .