Browse Source

* T114 repeater build fix

pull/405/head
Scott Powell 12 months ago
parent
commit
b3184eb94c
  1. 3
      variants/t114/platformio.ini

3
variants/t114/platformio.ini

@ -42,7 +42,8 @@ upload_protocol = nrfutil
[env:Heltec_t114_repeater]
extends = Heltec_t114
build_src_filter = ${Heltec_t114.build_src_filter}
+<../examples/simple_repeater/main.cpp>
+<../examples/simple_repeater>
build_flags =
${Heltec_t114.build_flags}
-D ADVERT_NAME='"Heltec_T114 Repeater"'

Loading…
Cancel
Save