Skip to content

Commit 6003046

Browse files
author
Alexander Hoffer
committed
fix: enable Heltec V4 USB serial
1 parent da67328 commit 6003046

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)