We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5102357 + 2aaee75 commit bf735fcCopy full SHA for bf735fc
modules/default.py
@@ -4,5 +4,8 @@
4
# Include the manifest.py from micropython/<board>/manifest.py
5
include("$(BOARD_DIR)/manifest.py")
6
7
-# Include pga/modules/py_frozen
8
-freeze("py_frozen/")
+# Freeze modules/py_frozen
+freeze("py_frozen/")
9
+
10
+# Freeze pimoroni.py
11
+freeze("../../pimoroni-pico/micropython/modules_py/", "pimoroni.py")
0 commit comments