From b3184eb94caba9b0465cfd465ff44fcd205bd3b4 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Wed, 18 Jun 2025 17:20:38 +1000 Subject: [PATCH] * T114 repeater build fix --- variants/t114/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/t114/platformio.ini b/variants/t114/platformio.ini index 48dac6d4..dac12da9 100644 --- a/variants/t114/platformio.ini +++ b/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"'