Merge pull request #553 from ch4r13/main

Disable LED lights on t-echo device
This commit is contained in:
ripplebiz 2025-07-27 17:54:26 +10:00 committed by GitHub
commit 16820c5289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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