Skip to content

Commit 86ecf97

Browse files
authored
Merge pull request #912 from recrof/patch-1
heltec wireless tracker: use `-D ARDUINO_USB_CDC_ON_BOOT=1` with all envs
2 parents c6b4a58 + 8a2e472 commit 86ecf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/heltec_tracker/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build_flags =
55
${esp32_base.build_flags}
66
-I variants/heltec_tracker
77
-D HELTEC_LORA_V3
8+
-D ARDUINO_USB_CDC_ON_BOOT=1 ; need for Serial
89
-D RADIO_CLASS=CustomSX1262
910
-D WRAPPER_CLASS=CustomSX1262Wrapper
1011
-D LORA_TX_POWER=22
@@ -40,7 +41,6 @@ build_flags =
4041
${Heltec_tracker_base.build_flags}
4142
-I src/helpers/ui
4243
-I examples/companion_radio/ui-new
43-
-D ARDUINO_USB_CDC_ON_BOOT=1 ; need for Serial
4444
-D DISPLAY_ROTATION=1
4545
-D DISPLAY_CLASS=ST7735Display
4646
-D MAX_CONTACTS=300

0 commit comments

Comments
 (0)