disable led light on t-echo device

This commit is contained in:
TasmanDevil 2025-07-25 22:53:56 +02:00
parent c1041af5a1
commit 55453e1136
No known key found for this signature in database

View file

@ -61,9 +61,9 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Builtin LEDs // Builtin LEDs
#define LED_RED (34) #define LED_RED (-1)
#define LED_GREEN (33) #define LED_GREEN (-1)
#define LED_BLUE (14) #define LED_BLUE (-1)
#define PIN_STATUS_LED LED_GREEN #define PIN_STATUS_LED LED_GREEN
#define LED_BUILTIN LED_GREEN #define LED_BUILTIN LED_GREEN