Fixed MeshAdventurer repeater build failing

Update build_src_filter in platformio.ini
此提交包含在:
jankowski-t
2025-06-30 05:40:07 +02:00
父節點 4541380632
當前提交 c91356016b
+2 -2
查看文件
@@ -36,7 +36,7 @@ lib_deps =
[env:Meshadventurer_sx1262_repeater]
extends = Meshadventurer
build_src_filter = ${Meshadventurer.build_src_filter}
+<../examples/simple_repeater/main.cpp>
+<../examples/simple_repeater>
+<helpers/ui/SSD1306Display.cpp>
build_flags =
${Meshadventurer.build_flags}
@@ -57,7 +57,7 @@ lib_deps =
[env:Meshadventurer_sx1268_repeater]
extends = Meshadventurer
build_src_filter = ${Meshadventurer.build_src_filter}
+<../examples/simple_repeater/main.cpp>
+<../examples/simple_repeater>
+<helpers/ui/SSD1306Display.cpp>
build_flags =
${Meshadventurer.build_flags}