From 2796fc9bddf65943264fe53001b9cc871809c052 Mon Sep 17 00:00:00 2001 From: Winston Lowe Date: Wed, 25 Feb 2026 21:29:30 -0800 Subject: [PATCH] T114 variant fix-Removed file system flush and BlurFruit LED Leaving only LORA TX, This reduces confusion of what the node is doing. --- variants/heltec_t114/variant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/heltec_t114/variant.h b/variants/heltec_t114/variant.h index bfb4484d1..119a594db 100644 --- a/variants/heltec_t114/variant.h +++ b/variants/heltec_t114/variant.h @@ -77,7 +77,8 @@ //////////////////////////////////////////////////////////////////////////////// // Builtin LEDs -#define LED_BUILTIN (35) +// We set LED_BUILTIN to -1 to indicate the LED are not present. +#define LED_BUILTIN (-1) #define PIN_LED LED_BUILTIN #define LED_RED LED_BUILTIN #define LED_BLUE (-1) // No blue led, prevents Bluefruit flashing the green LED during advertising