mirror of
https://github.com/wled/WLED.git
synced 2025-07-29 21:56:37 +00:00
Fix compile
This commit is contained in:
parent
2188509d2c
commit
4c58929dd4
@ -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
|
||||||
|
@ -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!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user