Skip to content

Commit 6e26a6a

Browse files
committed
Added room option to T-Beam SX1276
1 parent b0946b3 commit 6e26a6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

variants/lilygo_tbeam_SX1276/platformio.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@ build_flags =
6565
; -D MESH_DEBUG=1
6666
build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
6767
+<../examples/simple_repeater>
68+
lib_deps =
69+
${LilyGo_TBeam_SX1276.lib_deps}
70+
${esp32_ota.lib_deps}
71+
72+
[env:Tbeam_SX1276_room]
73+
extends = LilyGo_TBeam_SX1276
74+
build_flags =
75+
${LilyGo_TBeam_SX1276.build_flags}
76+
-D ADVERT_NAME='"Tbeam Room"'
77+
-D ADVERT_LAT=0.0
78+
-D ADVERT_LON=0.0
79+
-D ADMIN_PASSWORD='"password"'
80+
; -D MESH_PACKET_LOGGING=1
81+
; -D MESH_DEBUG=1
82+
build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
83+
+<../examples/simple_room_server>
6884
lib_deps =
6985
${LilyGo_TBeam_SX1276.lib_deps}
7086
${esp32_ota.lib_deps}

0 commit comments

Comments
 (0)