aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/qtpy.json
diff options
context:
space:
mode:
authorakif999 <[email protected]>2021-03-21 00:16:09 +0900
committerRon Evans <[email protected]>2021-03-21 10:00:43 +0100
commita075cbedf5a7d7de2834ffc3632503b798e53d49 (patch)
tree7efb847d8c0b7b2f8e946a9fd979f1f5c86fa5b5 /targets/qtpy.json
parentef613a5db76b2da776c13e25d597bae2551aa787 (diff)
downloadtinygo-a075cbedf5a7d7de2834ffc3632503b798e53d49.tar.gz
tinygo-a075cbedf5a7d7de2834ffc3632503b798e53d49.zip
fix msd-volume-name (qtpy)
at issue #1713
Diffstat (limited to 'targets/qtpy.json')
-rw-r--r--targets/qtpy.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/qtpy.json b/targets/qtpy.json
index 8c7fbe430..98821876a 100644
--- a/targets/qtpy.json
+++ b/targets/qtpy.json
@@ -3,6 +3,6 @@
"build-tags": ["qtpy"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
- "msd-volume-name": "QTPYBOOT",
+ "msd-volume-name": "QTPY_BOOT",
"msd-firmware-name": "firmware.uf2"
}