We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d13ca + af7db55 commit a2eed71Copy full SHA for a2eed71
variants/lilygo_tbeam_SX1276/platformio.ini
@@ -67,4 +67,20 @@ build_src_filter = ${LilyGo_TBeam_SX1276.build_src_filter}
67
+<../examples/simple_repeater>
68
lib_deps =
69
${LilyGo_TBeam_SX1276.lib_deps}
70
- ${esp32_ota.lib_deps}
+ ${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
0 commit comments