Skip to content

Commit

Permalink
Formatting style in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Jul 22, 2023
1 parent a68c553 commit 2e25fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ board = esp32-c3-devkitc-02
custom_patches = esp32c3
build_flags = ${env.build_flags}


[env:generic_esp32c3_usb]
board = esp32-c3-devkitc-02
custom_patches = esp32c3
build_flags = ${env.build_flags}
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1


[env:generic_esp32s3]
board = esp32-s3-devkitc-1
build_flags = ${env.build_flags}
Expand Down

0 comments on commit 2e25fdc

Please sign in to comment.