diff --git a/src/app/ss_blumen_lumen/blumen_lumen.cpp b/src/app/ss_blumen_lumen/blumen_lumen.cpp index e6f0f02..b36653c 100644 --- a/src/app/ss_blumen_lumen/blumen_lumen.cpp +++ b/src/app/ss_blumen_lumen/blumen_lumen.cpp @@ -690,6 +690,10 @@ BlumenLumen_CustomUpdate(gs_data UserData, app_state* State, context* Context) { BLState->ShouldDimUpperLeds[i] = true; } + else + { + BLState->ShouldDimUpperLeds[i] = false; + } } else if (MotorPos == MotorState_Closed || MotorPos == MotorState_HalfOpen)