pull/487/head
cschwinne 2019-12-19 21:08:21 +01:00
rodzic 2188509d2c
commit 4c58929dd4
2 zmienionych plików z 2 dodań i 9 usunięć

Wyświetl plik

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

Wyświetl plik

@ -32,12 +32,6 @@
//to toggle usb serial debug (un)comment the following line
//#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
#include <Arduino.h>
#ifdef ESP8266
@ -104,8 +98,8 @@
//version code in format yymmddb (b = daily build)
#define VERSION 1912182
char versionString[] = "0.9.0-b1";
#define VERSION 1912191
char versionString[] = "0.9.0-b2";
//AP and OTA default passwords (for maximum change them!)