Skip to content

Commit

Permalink
set USB_CDC_ON_BOOT, udate arduinoespressif32 to 2.0.15 (meshtastic#3764
Browse files Browse the repository at this point in the history
)
  • Loading branch information
oseiler2 authored May 2, 2024
1 parent 40e361e commit 7140010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/tbeam-s3-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"extra_flags": [
"-DBOARD_HAS_PSRAM",
"-DLILYGO_TBEAM_S3_CORE",
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
Expand Down
2 changes: 2 additions & 0 deletions variants/tbeam-s3-core/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
extends = esp32s3_base
board = tbeam-s3-core

platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.15

lib_deps =
${esp32s3_base.lib_deps}
lewisxhe/[email protected]
Expand Down

0 comments on commit 7140010

Please sign in to comment.