Skip to content

Commit c913560

Browse files
committed
Fixed MeshAdventurer repeater build failing
Update build_src_filter in platformio.ini
1 parent 4541380 commit c913560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/meshadventurer/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lib_deps =
3636
[env:Meshadventurer_sx1262_repeater]
3737
extends = Meshadventurer
3838
build_src_filter = ${Meshadventurer.build_src_filter}
39-
+<../examples/simple_repeater/main.cpp>
39+
+<../examples/simple_repeater>
4040
+<helpers/ui/SSD1306Display.cpp>
4141
build_flags =
4242
${Meshadventurer.build_flags}
@@ -57,7 +57,7 @@ lib_deps =
5757
[env:Meshadventurer_sx1268_repeater]
5858
extends = Meshadventurer
5959
build_src_filter = ${Meshadventurer.build_src_filter}
60-
+<../examples/simple_repeater/main.cpp>
60+
+<../examples/simple_repeater>
6161
+<helpers/ui/SSD1306Display.cpp>
6262
build_flags =
6363
${Meshadventurer.build_flags}

0 commit comments

Comments
 (0)