From 374aba4fce9d6edf6d761cc42c6a3e4eab625d9f Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Wed, 2 Sep 2026 17:45:12 +0700 Subject: [PATCH] Disabled button press which prevents TLoRa repeater to boot --- variants/lilygo_tlora_v2_1/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/lilygo_tlora_v2_1/platformio.ini b/variants/lilygo_tlora_v2_1/platformio.ini index 1aea74d2..0ef09096 100644 --- a/variants/lilygo_tlora_v2_1/platformio.ini +++ b/variants/lilygo_tlora_v2_1/platformio.ini @@ -52,6 +52,7 @@ build_flags = ; -D MESH_PACKET_LOGGING=1 ; -D MESH_DEBUG=1 ; -D CORE_DEBUG_LEVEL=3 + -D PIN_USER_BTN=-1 ; Disabled button press which prevents repeater to boot lib_deps = ${LilyGo_TLora_V2_1_1_6.lib_deps} ${esp32_ota.lib_deps}