Browse Source

* Meshadventurer companion USB build fix

pull/704/head
Scott Powell 9 months ago
parent
commit
81afd83099
  1. 2
      variants/meshadventurer/platformio.ini

2
variants/meshadventurer/platformio.ini

@ -80,6 +80,8 @@ extends = Meshadventurer
build_src_filter = ${Meshadventurer.build_src_filter}
+<../examples/companion_radio/*.cpp>
+<helpers/ui/SSD1306Display.cpp>
+<../examples/companion_radio/*.cpp>
+<../examples/companion_radio/ui-new/*.cpp>
build_flags =
${Meshadventurer.build_flags}
-I examples/companion_radio/ui-new

Loading…
Cancel
Save