Skip to content

Commit

Permalink
fixed env extension issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Dec 30, 2023
1 parent 209296a commit 44a72d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ extends = esp32s3_common
[env:TTGO_T7S3]
extends = esp32s3_common
build_flags =
${common.build_flags}
-D MAIN_HW_EN_PIN=3 # enable the main hardware pin (main sensor)
${esp32s3_common.build_flags}
-D ARDUINO_USB_CDC_ON_BOOT=1

[env:LORADEVKIT]
Expand Down

0 comments on commit 44a72d1

Please sign in to comment.