|
|
|
@ -19,9 +19,25 @@ build_flags = ${lora_e5.build_flags} |
|
|
|
-D LORA_TX_POWER=22 |
|
|
|
-D ADVERT_NAME='"WIO-E5 Repeater"' |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=50 |
|
|
|
build_src_filter = ${lora_e5.build_src_filter} |
|
|
|
+<../examples/simple_repeater/*.cpp> |
|
|
|
|
|
|
|
[env:wio-e5-repeater_bridge_rs232] |
|
|
|
extends = lora_e5 |
|
|
|
build_flags = ${lora_e5.build_flags} |
|
|
|
-D LORA_TX_POWER=22 |
|
|
|
-D ADVERT_NAME='"WIO-E5 Repeater"' |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=50 |
|
|
|
-D ENABLE_HWSERIAL2 |
|
|
|
-D WITH_RS232_BRIDGE=Serial2 |
|
|
|
-D WITH_RS232_BRIDGE_RX=PA3 |
|
|
|
-D WITH_RS232_BRIDGE_TX=PA2 |
|
|
|
build_src_filter = ${lora_e5.build_src_filter} |
|
|
|
+<helpers/bridges/RS232Bridge.cpp> |
|
|
|
+<../examples/simple_repeater/*.cpp> |
|
|
|
|
|
|
|
[env:wio-e5_companion_radio_usb] |
|
|
|
extends = lora_e5 |
|
|
|
build_flags = ${lora_e5.build_flags} |
|
|
|
|