Fix compile

This commit is contained in:
cschwinne 2019-12-19 21:08:21 +01:00
parent 2188509d2c
commit 4c58929dd4
2 changed files with 2 additions and 9 deletions

View File

@ -37,7 +37,6 @@
#undef BTNPIN #undef BTNPIN
#undef IR_PIN #undef IR_PIN
#define IR_PIN 0 //infrared pin (-1 to disable) MagicHome: 4, H801 Wifi: 0 #define IR_PIN 0 //infrared pin (-1 to disable) MagicHome: 4, H801 Wifi: 0
#endif
#else #else
//PWM pins - PINs 5,12,13,15 are used with Magic Home LED Controller //PWM pins - PINs 5,12,13,15 are used with Magic Home LED Controller
#define RPIN 5 //R pin for analog LED strip #define RPIN 5 //R pin for analog LED strip

View File

@ -32,12 +32,6 @@
//to toggle usb serial debug (un)comment the following line //to toggle usb serial debug (un)comment the following line
//#define WLED_DEBUG //#define WLED_DEBUG
//to toggle using analog RGB or RGBW led strips (un)comment the following line
//#define WLED_USE_ANALOG_LEDS
//to toggle using 5CH analog RGBWS led strips (un)comment the following line
//#define WLED_USE_5CH_LEDS
//library inclusions //library inclusions
#include <Arduino.h> #include <Arduino.h>
#ifdef ESP8266 #ifdef ESP8266
@ -104,8 +98,8 @@
//version code in format yymmddb (b = daily build) //version code in format yymmddb (b = daily build)
#define VERSION 1912182 #define VERSION 1912191
char versionString[] = "0.9.0-b1"; char versionString[] = "0.9.0-b2";
//AP and OTA default passwords (for maximum change them!) //AP and OTA default passwords (for maximum change them!)