I have two picos, one on v1.80 and a new one that i've just flashed to v1.81.
On the board running v1.81 some code presents this error:
> in function called from system
> Uncaught ReferenceError: "l" is not defined
> at line 1 col 23
> {digitalWrite(LED1,l=!l);}
> ^
The pico running 1.80 has no issues with it. Maybe there is more to it than this but this is the only obvious difference between the two picos? Has anyone else seen anything like this?
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.
I have two picos, one on v1.80 and a new one that i've just flashed to v1.81.
On the board running v1.81 some code presents this error:
The pico running 1.80 has no issues with it. Maybe there is more to it than this but this is the only obvious difference between the two picos? Has anyone else seen anything like this?