File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,25 @@ lib_deps =
4545 ${Station_G2.lib_deps}
4646 ${esp32_ota.lib_deps}
4747
48+ [env:Station_G2_logging_repeater]
49+ extends = Station_G2
50+ build_flags =
51+ ${Station_G2.build_flags}
52+ -D ADVERT_NAME =' "Station G2 Logging Repeater"'
53+ -D ADVERT_LAT =0.0
54+ -D ADVERT_LON =0.0
55+ -D ADMIN_PASSWORD =' "password"'
56+ -D MAX_NEIGHBOURS =8
57+ -D MESH_PACKET_LOGGING =1
58+ -D SX126X_RX_BOOSTED_GAIN =1
59+ ; https://wiki.uniteng.com/en/meshtastic/station-g2#impact-of-lora-node-dense-areashigh-noise-environments-on-rf-performance
60+ ; -D MESH_DEBUG=1
61+ build_src_filter = ${Station_G2.build_src_filter}
62+ +<../examples/simple_repeater>
63+ lib_deps =
64+ ${Station_G2.lib_deps}
65+ ${esp32_ota.lib_deps}
66+
4867[env:Station_G2_room_server]
4968extends = Station_G2
5069build_src_filter = ${Station_G2.build_src_filter}
You can’t perform that action at this time.
0 commit comments