Explorar el Código

Revert "disable led light on t-echo device"

This reverts commit 55453e1136441900b4aaa019f2d06ce4ae3d1aa9.
Scott Powell hace 1 año
padre
commit
b0946b3f6b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      variants/techo/variant.h

+ 3 - 3
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