Browse Source

fix(core): changed pin for ESP-Board

Mich 10 tháng trước cách đây
mục cha
commit
3864b2abac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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