Skip to content

Commit

Permalink
serial port fix for ESP32C3
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Mar 8, 2024
1 parent 1d52ded commit 3a51675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ build_flags = -Werror -Wall -DOE5HWN_MeshCom

[env:esp32_c3_DIY_LoRa_GPS]
board = esp32-c3-devkitm-1
build_flags = -Werror -Wall -DESP32_C3_DIY_LoRa_GPS
build_flags = -Werror -Wall
-DESP32_C3_DIY_LoRa_GPS
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1

0 comments on commit 3a51675

Please sign in to comment.