Browse Source

Merge pull request #595 from gumbero/main

Added room option to T-Beam SX1276
pull/609/head
ripplebiz 10 months ago
committed by GitHub
parent
commit
a2eed714f5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 18
      variants/lilygo_tbeam_SX1276/platformio.ini

18
variants/lilygo_tbeam_SX1276/platformio.ini

@ -67,4 +67,20 @@ build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
+<../examples/simple_repeater>
lib_deps =
${LilyGo_TBeam_SX1276.lib_deps}
${esp32_ota.lib_deps}
${esp32_ota.lib_deps}
[env:Tbeam_SX1276_room_server]
extends = LilyGo_TBeam_SX1276
build_flags =
${LilyGo_TBeam_SX1276.build_flags}
-D ADVERT_NAME='"Tbeam Room"'
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
+<../examples/simple_room_server>
lib_deps =
${LilyGo_TBeam_SX1276.lib_deps}
${esp32_ota.lib_deps}

Loading…
Cancel
Save