You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that EVEN is undefined, so it shouldn't get to the constructor call.
Doing the above in the REPL causes the error to be reported followed by a safe mode crash, repeated attempts to reconnect from Thonny. For the user, with an unprotected bootloader, it bricked the board.
When used with pico or other terminal program, nothing unusual happens. The above example just generates
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'EVEN' is not defined
With a protected bootloader, the board was not bricked, but still need to figure out what is causing this serious error.