diff --git a/Arduino/McLighting/data/McLightingUI b/Arduino/McLighting/data/McLightingUI deleted file mode 160000 index 20933f3..0000000 --- a/Arduino/McLighting/data/McLightingUI +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 20933f32b3bb38fd1262baf113e793b26527c30a diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 4d682f5..50360bf 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -1,5 +1,5 @@ //#define USE_WS2812FX_DMA // Uses PIN is ignored & set to RX/GPIO3 Uses WS2812FX, see: https://github.com/kitesurfer1404/WS2812FX -#define USE_WS2812FX_UART // Uses PIN is ignored & set to D4/GPIO2 Uses WS2812FX, see: https://github.com/kitesurfer1404/WS2812FX +//#define USE_WS2812FX_UART // Uses PIN is ignored & set to D4/GPIO2 Uses WS2812FX, see: https://github.com/kitesurfer1404/WS2812FX // Neopixel #define PIN D1 // PIN (14 / D5) where neopixel / WS2811 strip is attached diff --git a/platformio.ini b/platformio.ini index 98ef73a..a82deee 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,6 +10,7 @@ [platformio] src_dir = ./Arduino/McLighting/ +data_dir = ./Arduino/McLighting/data/ env_default = nodemcuv2 description = The ESP8266 based multi-client lighting gadget