add platform entry for 8mpy
This commit is contained in:
parent
86ff01c5fb
commit
17708f9a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ NOT_MCU_LIBRARIES = [
|
|||
#: The version of CircuitPython found on the connected device.
|
||||
CPY_VERSION = ""
|
||||
#: Module formats list (and the other form used in github files)
|
||||
PLATFORMS = {"py": "py", "7mpy": "7.x-mpy"}
|
||||
PLATFORMS = {"py": "py", "7mpy": "7.x-mpy", "8mpy": "7.x-mpy"}
|
||||
#: Commands that do not require an attached board
|
||||
BOARDLESS_COMMANDS = ["show", "bundle-add", "bundle-remove", "bundle-show"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue