murilopolese / kano-pixel-kit-pixel32

Code MicroPython on your Kano Pixel Kit on the browser
https://murilopolese.github.io/kano-pixel-kit-pixel32/
MIT License
18 stars 9 forks source link

Outdated micropython version in use #24

Open goglesquirmintontheiii opened 8 months ago

goglesquirmintontheiii commented 8 months ago

Some features of newer micropython versions are not accessible, as the current micropython version in use is 1.9, and the latest version available is 1.22. I'd make a PR to the flasher, but I found the neopixel library doesn't work on my kit with the newest version.

The latest micropython version for the ESP32 used in the kano kit can be found here If you could try the neopixel library on your kit when using v1.22 that would be much appreciated.