Update for CircuitPython 10.x support

This commit is contained in:
Dave
2026-01-10 15:40:14 -06:00
parent 04eeacac09
commit 58875cd1b6
2 changed files with 12 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ supported_boards = ["raspberry_pi_pico",
files_to_bundle = ["boot.py",
"code.py",
"duckyinpython.py",
"pins.py",
"wsgiserver.py",
"webapp.py",
"secrets.py",