We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8682860 commit 6bd326dCopy full SHA for 6bd326d
platform.txt
@@ -110,8 +110,10 @@ build.usb_flags=-DUSBCON {build.usb_speed} -DUSBD_VID={build.vid} -DUSBD_PID={bu
110
# Boards should specify either both, or neither of these.
111
build.vid={vid.0}
112
build.pid={pid.0}
113
-upload.vid=0x0483
114
-upload.pid=0xdf11
+upload.vid.0=0x0483
+upload.pid.0=0xdf11
115
+upload.vid={upload.vid.0}
116
+upload.pid={upload.pid.0}
117
118
# To customize the USB manufacturer or product string, must add defines
119
# for them, e.g.:
0 commit comments