From d1e13d0b9e7f599e69ab5c56bcee927385390728 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Sun, 27 Jul 2025 20:38:20 +1000 Subject: [PATCH] Revert "disable led light on t-echo device" This reverts commit 55453e1136441900b4aaa019f2d06ce4ae3d1aa9. --- variants/techo/variant.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variants/techo/variant.h b/variants/techo/variant.h index 59f69161..6aebf82f 100644 --- a/variants/techo/variant.h +++ b/variants/techo/variant.h @@ -61,9 +61,9 @@ //////////////////////////////////////////////////////////////////////////////// // Builtin LEDs -#define LED_RED (-1) -#define LED_GREEN (-1) -#define LED_BLUE (-1) +#define LED_RED (34) +#define LED_GREEN (33) +#define LED_BLUE (14) #define PIN_STATUS_LED LED_GREEN #define LED_BUILTIN LED_GREEN