Browse Source

fix(core): changed pin for ESP-Board

Mich 10 months ago
parent
commit
3864b2abac
1 changed files with 1 additions and 1 deletions
  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