kopia lustrzana https://github.com/Aircoookie/WLED
Changed some default options
rodzic
4e48aeab3e
commit
007ca43ae7
|
@ -20,7 +20,7 @@
|
||||||
#include "CallbackFunction.h"
|
#include "CallbackFunction.h"
|
||||||
|
|
||||||
//version in format yymmddb (b = daily build)
|
//version in format yymmddb (b = daily build)
|
||||||
#define VERSION 1705090
|
#define VERSION 1706270
|
||||||
|
|
||||||
//to toggle usb serial debug (un)comment following line
|
//to toggle usb serial debug (un)comment following line
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
@ -80,11 +80,11 @@ IPAddress staticgateway(0, 0, 0, 0);
|
||||||
IPAddress staticsubnet(255, 255, 255, 0);
|
IPAddress staticsubnet(255, 255, 255, 0);
|
||||||
boolean useHSB = false, useHSBDefault = false;
|
boolean useHSB = false, useHSBDefault = false;
|
||||||
boolean turnOnAtBoot = true;
|
boolean turnOnAtBoot = true;
|
||||||
byte col_s[]{255, 127, 0};
|
byte col_s[]{255, 159, 0};
|
||||||
byte bri_s = 127;
|
byte bri_s = 127;
|
||||||
uint8_t bri_nl = 0, bri_nls;
|
uint8_t bri_nl = 0, bri_nls;
|
||||||
boolean fadeTransition = true;
|
boolean fadeTransition = true;
|
||||||
uint16_t transitionDelay = 1500;
|
uint16_t transitionDelay = 1200;
|
||||||
boolean ota_lock = true;
|
boolean ota_lock = true;
|
||||||
boolean only_ap = false;
|
boolean only_ap = false;
|
||||||
boolean buttonEnabled = true;
|
boolean buttonEnabled = true;
|
||||||
|
|
Ładowanie…
Reference in New Issue