Ver código fonte

fix(core): changed pin for ESP-Board

Mich 10 meses atrás
pai
commit
3864b2abac
1 arquivos alterados com 1 adições e 1 exclusões
  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