瀏覽代碼

fix(core): changed pin for ESP-Board

Mich 10 月之前
父節點
當前提交
3864b2abac
共有 1 個文件被更改,包括 1 次插入1 次删除
  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