diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index bb1f551f..b1af42f0 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -754,7 +754,6 @@ #define LIGHT_SAVE_DELAY 5 // Persist color after 5 seconds to avoid wearing out #endif - #ifndef LIGHT_MAX_PWM #define LIGHT_MAX_PWM 255 #if LIGHT_PROVIDER == LIGHT_PROVIDER_DIMMER @@ -816,7 +815,6 @@ // this factor is used to scale the white channel to match brightness #endif - #ifndef LIGHT_USE_TRANSITIONS #define LIGHT_USE_TRANSITIONS 1 // Transitions between colors #endif