Explorar el Código

fix(core): changed pin for ESP-Board

Mich hace 1 año
padre
commit
3864b2abac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WeatherMatrix.ino

+ 1 - 1
WeatherMatrix.ino

@@ -1,6 +1,6 @@
 #include <FastLED.h>
 
-#define LED_PIN  13
+#define LED_PIN  0
 
 #define COLOR_ORDER GRB
 #define CHIPSET     WS2811