Compare commits

...

2 Commits

Author SHA1 Message Date
ZodiusInfuser
1c30150120 Include inventor module 2025-02-20 16:35:58 +00:00
ZodiusInfuser
36400704ef Changed pimoroni-pico branch to fetch new inventor 2025-02-20 16:31:31 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
env:
MICROPYTHON_VERSION: feature/psram-and-wifi
MICROPYTHON_FLAVOUR: pimoroni
PIMORONI_PICO_VERSION: main
PIMORONI_PICO_VERSION: feature/new_inventor
jobs:
build:

View File

@ -4,6 +4,7 @@ MODULES_PY = "../../../pimoroni-pico/micropython/modules_py"
require("sdcard")
freeze(MODULES_PY, "gfx_pack.py")
freeze(MODULES_PY, "inventor.py")
freeze(MODULES_PY, "pimoroni.py")
freeze(MODULES_PY, "boot.py")