Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Jun 7, 2024
1 parent 17b1fdc commit e4ef4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lib_deps = ${common.lib_deps}
board_build.filesystem = littlefs
extends = common_esp32_s3
lib_deps = ${common.lib_deps} ${common.wifi_deps}
build_flags = ${common_esp32.build_flags} -DENABLE_WIFI -DUSE_LITTLEFS
build_flags = ${common_esp32.build_flags} -DENABLE_WIFI -DUSE_LITTLEFS -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1

[env:bt_s3]
extends = common_esp32_s3
Expand Down

0 comments on commit e4ef4f4

Please sign in to comment.