diff --git a/variants/generic-e22/platformio.ini b/variants/generic-e22/platformio.ini index 8652d4c1..5b646e7f 100644 --- a/variants/generic-e22/platformio.ini +++ b/variants/generic-e22/platformio.ini @@ -103,7 +103,7 @@ build_src_filter = ${Generic_E22.build_src_filter} +<../examples/simple_repeater/*.cpp> build_flags = ${Generic_E22.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -150,7 +150,7 @@ build_src_filter = ${Generic_E22.build_src_filter} +<../examples/simple_repeater/*.cpp> build_flags = ${Generic_E22.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 diff --git a/variants/meshadventurer/platformio.ini b/variants/meshadventurer/platformio.ini index 31599267..ea1894cd 100644 --- a/variants/meshadventurer/platformio.ini +++ b/variants/meshadventurer/platformio.ini @@ -114,7 +114,7 @@ build_src_filter = ${Meshadventurer.build_src_filter} + build_flags = ${Meshadventurer.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -163,7 +163,7 @@ build_src_filter = ${Meshadventurer.build_src_filter} + build_flags = ${Meshadventurer.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -279,7 +279,7 @@ build_src_filter = ${Meshadventurer.build_src_filter} build_flags = ${Meshadventurer.build_flags} -I examples/companion_radio/ui-new - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -302,7 +302,7 @@ build_src_filter = ${Meshadventurer.build_src_filter} build_flags = ${Meshadventurer.build_flags} -I examples/companion_radio/ui-new - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -321,7 +321,7 @@ lib_deps = extends = Meshadventurer build_flags = ${Meshadventurer.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -340,7 +340,7 @@ lib_deps = extends = Meshadventurer build_flags = ${Meshadventurer.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 diff --git a/variants/tenstar_c3/platformio.ini b/variants/tenstar_c3/platformio.ini index b6d1103c..4f8c2ea6 100644 --- a/variants/tenstar_c3/platformio.ini +++ b/variants/tenstar_c3/platformio.ini @@ -102,7 +102,7 @@ build_src_filter = ${Tenstar_esp32_C3.build_src_filter} +<../examples/simple_repeater/*.cpp> build_flags = ${Tenstar_esp32_C3.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22 @@ -149,7 +149,7 @@ build_src_filter = ${Tenstar_esp32_C3.build_src_filter} +<../examples/simple_repeater/*.cpp> build_flags = ${Tenstar_esp32_C3.build_flags} - -D USE_SX1262 + -D USE_SX1268 -D RADIO_CLASS=CustomSX1268 -D WRAPPER_CLASS=CustomSX1268Wrapper -D LORA_TX_POWER=22