Skip to content

Commit 16820c5

Browse files
authored
Merge pull request #553 from ch4r13/main
Disable LED lights on t-echo device
2 parents c1041af + 55453e1 commit 16820c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/techo/variant.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
////////////////////////////////////////////////////////////////////////////////
6262
// Builtin LEDs
6363

64-
#define LED_RED (34)
65-
#define LED_GREEN (33)
66-
#define LED_BLUE (14)
64+
#define LED_RED (-1)
65+
#define LED_GREEN (-1)
66+
#define LED_BLUE (-1)
6767

6868
#define PIN_STATUS_LED LED_GREEN
6969
#define LED_BUILTIN LED_GREEN

0 commit comments

Comments
 (0)