Disabled DMA/UART by default and SPIFFs

This commit is contained in:
Debashish Sahu 2018-11-06 11:13:59 -05:00
parent 62ac728783
commit ac5e873ddc
3 changed files with 2 additions and 2 deletions

@ -1 +0,0 @@
Subproject commit 20933f32b3bb38fd1262baf113e793b26527c30a

View file

@ -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

View file

@ -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