From f2bd5bad5405cfd5e7961661ce306a18174c12cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 11 Apr 2018 14:03:01 +0200 Subject: [PATCH] Add deleted definitions --- code/espurna/config/general.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 0a228696..de66526c 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -470,6 +470,9 @@ PROGMEM const char* const custom_reset_string[] = { #define WEB_SSL_ENABLED 0 // Use HTTPS web interface #endif +#define WEB_MODE_NORMAL 0 +#define WEB_MODE_PASSWORD 1 + #ifndef WEB_USERNAME #define WEB_USERNAME "admin" // HTTP username #endif @@ -903,6 +906,7 @@ PROGMEM const char* const custom_reset_string[] = { #ifndef LIGHT_MAX_BRIGHTNESS #define LIGHT_MAX_BRIGHTNESS 255 // Maximun brightness value #endif + //#define LIGHT_MIN_MIREDS 153 // NOT USED (yet)! // Default to the Philips Hue value that HA has always assumed //#define LIGHT_MAX_MIREDS 500 // NOT USED (yet)! // https://developers.meethue.com/documentation/core-concepts #ifndef LIGHT_DEFAULT_MIREDS