Disabled DMA/UART by default and SPIFFs
This commit is contained in:
parent
62ac728783
commit
ac5e873ddc
3 changed files with 2 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
Subproject commit 20933f32b3bb38fd1262baf113e793b26527c30a
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue