Chris D

Results 1 comments of Chris D

The current implementation of MicroPython on the Pico W seems to expect _mpy instead of mpy in the sys.* library, as per [the MicroPython docs](https://docs.micropython.org/en/latest/library/sys.html) Change "sys.implementation.mpy" to "sys.implementation._mpy" on...