* XiaoC3 custom, .ini fixes
This commit is contained in:
@@ -109,10 +109,10 @@ lib_deps =
|
|||||||
|
|
||||||
[env:Xiao_C3_Repeater_sx1262_custom]
|
[env:Xiao_C3_Repeater_sx1262_custom]
|
||||||
extends = Xiao_esp32_C3_custom
|
extends = Xiao_esp32_C3_custom
|
||||||
build_src_filter = ${Xiao_esp32_C3.build_src_filter}
|
build_src_filter = ${Xiao_esp32_C3_custom.build_src_filter}
|
||||||
+<../examples/simple_repeater/main.cpp>
|
+<../examples/simple_repeater/main.cpp>
|
||||||
build_flags =
|
build_flags =
|
||||||
${Xiao_esp32_C3.build_flags}
|
${Xiao_esp32_C3_custom.build_flags}
|
||||||
-D RADIO_CLASS=CustomSX1262
|
-D RADIO_CLASS=CustomSX1262
|
||||||
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
||||||
-D SX126X_RX_BOOSTED_GAIN=1
|
-D SX126X_RX_BOOSTED_GAIN=1
|
||||||
@@ -125,15 +125,15 @@ build_flags =
|
|||||||
; -D MESH_PACKET_LOGGING=1
|
; -D MESH_PACKET_LOGGING=1
|
||||||
; -D MESH_DEBUG=1
|
; -D MESH_DEBUG=1
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${Xiao_esp32_C3.lib_deps}
|
${Xiao_esp32_C3_custom.lib_deps}
|
||||||
${esp32_ota.lib_deps}
|
${esp32_ota.lib_deps}
|
||||||
|
|
||||||
[env:Xiao_C3_Repeater_sx1268_custom]
|
[env:Xiao_C3_Repeater_sx1268_custom]
|
||||||
extends = Xiao_esp32_C3_custom
|
extends = Xiao_esp32_C3_custom
|
||||||
build_src_filter = ${Xiao_esp32_C3.build_src_filter}
|
build_src_filter = ${Xiao_esp32_C3_custom.build_src_filter}
|
||||||
+<../examples/simple_repeater/main.cpp>
|
+<../examples/simple_repeater/main.cpp>
|
||||||
build_flags =
|
build_flags =
|
||||||
${Xiao_esp32_C3.build_flags}
|
${Xiao_esp32_C3_custom.build_flags}
|
||||||
-D RADIO_CLASS=CustomSX1268
|
-D RADIO_CLASS=CustomSX1268
|
||||||
-D WRAPPER_CLASS=CustomSX1268Wrapper
|
-D WRAPPER_CLASS=CustomSX1268Wrapper
|
||||||
-D LORA_TX_POWER=22
|
-D LORA_TX_POWER=22
|
||||||
@@ -145,5 +145,5 @@ build_flags =
|
|||||||
; -D MESH_PACKET_LOGGING=1
|
; -D MESH_PACKET_LOGGING=1
|
||||||
; -D MESH_DEBUG=1
|
; -D MESH_DEBUG=1
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${Xiao_esp32_C3.lib_deps}
|
${Xiao_esp32_C3_custom.lib_deps}
|
||||||
${esp32_ota.lib_deps}
|
${esp32_ota.lib_deps}
|
||||||
Reference in New Issue
Block a user