Skip to content

Commit 6a15e17

Browse files
authored
Merge pull request #3006 from axhoff/agent/fix-heltec-v4-usb-companion
Enable hardware USB serial on Heltec V4
2 parents 7124fa1 + 6003046 commit 6a15e17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

boards/heltec_v4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extra_flags": [
1010
"-DBOARD_HAS_PSRAM",
1111
"-DARDUINO_USB_CDC_ON_BOOT=1",
12-
"-DARDUINO_USB_MODE=0",
12+
"-DARDUINO_USB_MODE=1",
1313
"-DARDUINO_RUNNING_CORE=1",
1414
"-DARDUINO_EVENT_RUNNING_CORE=1"
1515
],
@@ -40,4 +40,4 @@
4040
},
4141
"url": "https://heltec.org/",
4242
"vendor": "heltec"
43-
}
43+
}

0 commit comments

Comments
 (0)