Skip to content

Commit

Permalink
Merge pull request #83 from Aircoookie/development
Browse files Browse the repository at this point in the history
Fixed incorrect #defines for 0.8.2
  • Loading branch information
Aircoookie committed Dec 5, 2018
2 parents 96c9e2b + eb53c52 commit 830223f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wled00/wled00.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
//Uncomment some of the following lines to disable features to compile for ESP8266-01 (max flash size 434kB):

//You are required to disable over-the-air updates:
#define WLED_DISABLE_OTA
//#define WLED_DISABLE_OTA

//You need to choose 1-2 of these features to disable:
//#define WLED_DISABLE_ALEXA
//#define WLED_DISABLE_BLYNK
//#define WLED_DISABLE_CRONIXIE
#define WLED_DISABLE_HUESYNC
#define WLED_DISABLE_INFRARED //there is no pin left for this on ESP8266-01
//#define WLED_DISABLE_HUESYNC
//#define WLED_DISABLE_INFRARED //there is no pin left for this on ESP8266-01
//#define WLED_DISABLE_MOBILE_UI

//to toggle usb serial debug (un)comment following line(s)
Expand Down

0 comments on commit 830223f

Please sign in to comment.