Skip to content

Commit

Permalink
missed a couple more
Browse files Browse the repository at this point in the history
Signed-off-by: Brenton Poke <[email protected]>
  • Loading branch information
BrentonPoke committed Oct 31, 2024
1 parent 6a8423a commit bbaeee4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/Basic-Ducks/DetectorDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,15 @@ description = DetectorDuck CDP examples
${env:esp32.lib_deps}
${env:local_cdp.lib_deps}

[env:local_ttgo_lora32_v1_3]
platform = espressif32
board = ttgo-lora32-v1
framework = arduino
monitor_speed = 115200
monitor_filters = time
lib_deps =
${env:esp32.lib_deps}
${env:local_cdp.lib_deps}
build_flags =
${env.build_flags}
-DTTGO_1_3
13 changes: 13 additions & 0 deletions examples/Basic-Ducks/DuckLink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,16 @@ description = DuckLink CDP examples
lib_deps =
${env:esp32.lib_deps}
${env:local_cdp.lib_deps}

[env:local_ttgo_lora32_v1_3]
platform = espressif32
board = ttgo-lora32-v1
framework = arduino
monitor_speed = 115200
monitor_filters = time
lib_deps =
${env:esp32.lib_deps}
${env:local_cdp.lib_deps}
build_flags =
${env.build_flags}
-DTTGO_1_3

0 comments on commit bbaeee4

Please sign in to comment.