Fixed MeshAdventurer repeater build failing

Update build_src_filter in platformio.ini
This commit is contained in:
jankowski-t
2025-06-30 05:40:07 +02:00
parent 4541380632
commit c91356016b

View File

@@ -36,7 +36,7 @@ lib_deps =
[env:Meshadventurer_sx1262_repeater] [env:Meshadventurer_sx1262_repeater]
extends = Meshadventurer extends = Meshadventurer
build_src_filter = ${Meshadventurer.build_src_filter} build_src_filter = ${Meshadventurer.build_src_filter}
+<../examples/simple_repeater/main.cpp> +<../examples/simple_repeater>
+<helpers/ui/SSD1306Display.cpp> +<helpers/ui/SSD1306Display.cpp>
build_flags = build_flags =
${Meshadventurer.build_flags} ${Meshadventurer.build_flags}
@@ -57,7 +57,7 @@ lib_deps =
[env:Meshadventurer_sx1268_repeater] [env:Meshadventurer_sx1268_repeater]
extends = Meshadventurer extends = Meshadventurer
build_src_filter = ${Meshadventurer.build_src_filter} build_src_filter = ${Meshadventurer.build_src_filter}
+<../examples/simple_repeater/main.cpp> +<../examples/simple_repeater>
+<helpers/ui/SSD1306Display.cpp> +<helpers/ui/SSD1306Display.cpp>
build_flags = build_flags =
${Meshadventurer.build_flags} ${Meshadventurer.build_flags}