Skip to content

Commit a2eed71

Browse files
authored
Merge pull request #595 from gumbero/main
Added room option to T-Beam SX1276
2 parents 72d13ca + af7db55 commit a2eed71

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

variants/lilygo_tbeam_SX1276/platformio.ini

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,20 @@ build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
6767
+<../examples/simple_repeater>
6868
lib_deps =
6969
${LilyGo_TBeam_SX1276.lib_deps}
70-
${esp32_ota.lib_deps}
70+
${esp32_ota.lib_deps}
71+
72+
[env:Tbeam_SX1276_room_server]
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>
84+
lib_deps =
85+
${LilyGo_TBeam_SX1276.lib_deps}
86+
${esp32_ota.lib_deps}

0 commit comments

Comments
 (0)