Browse Source
Merge pull request #3006 from axhoff/agent/fix-heltec-v4-usb-companion
Enable hardware USB serial on Heltec V4
pull/1632/merge
ripplebiz
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
boards/heltec_v4.json
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
"extra_flags": [ |
|
|
|
"-DBOARD_HAS_PSRAM", |
|
|
|
"-DARDUINO_USB_CDC_ON_BOOT=1", |
|
|
|
"-DARDUINO_USB_MODE=0", |
|
|
|
"-DARDUINO_USB_MODE=1", |
|
|
|
"-DARDUINO_RUNNING_CORE=1", |
|
|
|
"-DARDUINO_EVENT_RUNNING_CORE=1" |
|
|
|
], |
|
|
|
@ -40,4 +40,4 @@ |
|
|
|
}, |
|
|
|
"url": "https://heltec.org/", |
|
|
|
"vendor": "heltec" |
|
|
|
} |
|
|
|
} |
|
|
|
|