Skip to content

Commit 13f01b8

Browse files
committed
feat(xiao-esp32-c3): configure default serial interface
Connect the USB Serial/JTAG interface to the serial terminal
1 parent 72c17ae commit 13f01b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/xiao-esp32-c3/board.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"fqbn": "esp32:esp32:XIAO_ESP32C3",
88
"width": 18.1,
99
"height": 23.4,
10-
10+
"mcuAttrs": {
11+
"serialInterface": "USB_SERIAL_JTAG"
12+
},
13+
1114
"pins": {
1215
"D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO2" },
1316
"D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO3" },

0 commit comments

Comments
 (0)