Changed some default options

This commit is contained in:
cschwinne 2017-09-18 08:28:43 +02:00
parent 4e48aeab3e
commit 007ca43ae7

View File

@ -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;