Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Disabled DMA/UART by default and SPIFFs
Browse files Browse the repository at this point in the history
  • Loading branch information
debsahu committed Nov 6, 2018
1 parent 62ac728 commit ac5e873
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Arduino/McLighting/data/McLightingUI
Submodule McLightingUI deleted from 20933f
2 changes: 1 addition & 1 deletion Arduino/McLighting/definitions.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac5e873

Please sign in to comment.