mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
targets: make msd-volume-name an array
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"flash-1200-bps-reset": "true",
|
||||
"flash-method": "msd",
|
||||
"serial": "usb",
|
||||
"msd-volume-name": "RPI-RP2",
|
||||
"msd-volume-name": ["RPI-RP2"],
|
||||
"msd-firmware-name": "firmware.uf2",
|
||||
"binary-format": "uf2",
|
||||
"uf2-family-id": "0xe48bff56",
|
||||
|
||||
Reference in New Issue
Block a user