Browse Source

Revert "disable led light on t-echo device"

This reverts commit 55453e1136.
pull/579/head
Scott Powell 10 months ago
committed by Alexander Begoon
parent
commit
d1e13d0b9e
No known key found for this signature in database GPG Key ID: F01186236E5A930D
  1. 6
      variants/techo/variant.h

6
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

Loading…
Cancel
Save