File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ extends = rak3x72
1818build_flags = ${rak3x72.build_flags}
1919 -D ADVERT_NAME =' "RAK3x72 Repeater"'
2020 -D ADMIN_PASSWORD =' "password"'
21+ -D MAX_NEIGHBOURS =50
2122build_src_filter = ${rak3x72.build_src_filter}
2223 +<../examples/simple_repeater/*.cpp>
2324
Original file line number Diff line number Diff line change @@ -19,9 +19,25 @@ build_flags = ${lora_e5.build_flags}
1919 -D LORA_TX_POWER =22
2020 -D ADVERT_NAME =' "WIO-E5 Repeater"'
2121 -D ADMIN_PASSWORD =' "password"'
22+ -D MAX_NEIGHBOURS =50
2223build_src_filter = ${lora_e5.build_src_filter}
2324 +<../examples/simple_repeater/*.cpp>
2425
26+ [env:wio-e5-repeater_bridge_rs232]
27+ extends = lora_e5
28+ build_flags = ${lora_e5.build_flags}
29+ -D LORA_TX_POWER =22
30+ -D ADVERT_NAME =' "WIO-E5 Repeater"'
31+ -D ADMIN_PASSWORD =' "password"'
32+ -D MAX_NEIGHBOURS =50
33+ -D ENABLE_HWSERIAL2
34+ -D WITH_RS232_BRIDGE =Serial2
35+ -D WITH_RS232_BRIDGE_RX =PA3
36+ -D WITH_RS232_BRIDGE_TX =PA2
37+ build_src_filter = ${lora_e5.build_src_filter}
38+ +<helpers/bridges/RS232Bridge.cpp>
39+ +<../examples/simple_repeater/*.cpp>
40+
2541[env:wio-e5_companion_radio_usb]
2642extends = lora_e5
2743build_flags = ${lora_e5.build_flags}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ build_flags = ${lora_e5_mini.build_flags}
2222 -D LORA_TX_POWER =22
2323 -D ADVERT_NAME =' "wio-e5-mini Repeater"'
2424 -D ADMIN_PASSWORD =' "password"'
25+ -D MAX_NEIGHBOURS =50
2526build_src_filter = ${lora_e5_mini.build_src_filter}
2627 +<../examples/simple_repeater/*.cpp>
2728
You can’t perform that action at this time.
0 commit comments