Now this is where everything gets interesting. Running on Windows10.
When I upload a previously working code block, modifying only the pin designation, the WebIDE console side locks up, with the inability to enter any content on the L-Hand console side. After many reduction attempts, I narrowed it down to the pin designator of the Neopixel require statement:
It is quite possible that between 2V00 circa mid 2019 and 2V10 current mid 2021 that this issue was noticed and fixed.
I chose not to spend the time to attempt to find a more current working flash version.
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.
--- cont ---
Now this is where everything gets interesting. Running on Windows10.
When I upload a previously working code block, modifying only the pin designation, the WebIDE console side locks up, with the inability to enter any content on the L-Hand console side. After many reduction attempts, I narrowed it down to the pin designator of the Neopixel require statement:
I also pointed this out in a separate companion post:
It is quite possible that between 2V00 circa mid 2019 and 2V10 current mid 2021 that this issue was noticed and fixed.
I chose not to spend the time to attempt to find a more current working flash version.
According to this reference:
and according to this reference:
GPIO16 may be used for deep sleep.
--- more ---