diff options
author | Kenneth Bell <[email protected]> | 2023-04-14 21:36:29 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-04-17 18:56:32 +0200 |
commit | 1bba5f5d7bcb8bcb587b2c612d1f89b56f7f8ebd (patch) | |
tree | a5f0b985d50fb88a7782caee05dd6fae416276e1 /targets/wioterminal.json | |
parent | 48ef68dd866b9f9d5b18ae5e9b6772cbcc6441b3 (diff) | |
download | tinygo-1bba5f5d7bcb8bcb587b2c612d1f89b56f7f8ebd.tar.gz tinygo-1bba5f5d7bcb8bcb587b2c612d1f89b56f7f8ebd.zip |
targets: make msd-volume-name an array
Diffstat (limited to 'targets/wioterminal.json')
-rw-r--r-- | targets/wioterminal.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/wioterminal.json b/targets/wioterminal.json index 17e7c3fd7..64b505de5 100644 --- a/targets/wioterminal.json +++ b/targets/wioterminal.json @@ -5,7 +5,7 @@ "serial-port": ["2886:802d"], "flash-1200-bps-reset": "true", "flash-method": "msd", - "msd-volume-name": "Arduino", + "msd-volume-name": ["Arduino"], "msd-firmware-name": "firmware.uf2", "openocd-verify": true } |