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 b00cfc0 commit c8e231bCopy full SHA for c8e231b
targets/wioterminal.json
@@ -2,6 +2,7 @@
2
"inherits": ["atsamd51p19a"],
3
"build-tags": ["wioterminal"],
4
"serial": "usb",
5
+ "serial-port": ["acm:2886:002d", "acm:2886:802d"],
6
"flash-1200-bps-reset": "true",
7
"flash-method": "msd",
8
"msd-volume-name": "Arduino",
targets/xiao.json
@@ -1,6 +1,8 @@
1
{
"inherits": ["atsamd21g18a"],
"build-tags": ["xiao"],
+ "serial": "usb",
+ "serial-port": ["acm:2886:802f", "acm:2886:002f"],
0 commit comments