diff --git a/project/example/ble/ble_peripheral/app/src/light_transition.c b/project/example/ble/ble_peripheral/app/src/light_transition.c index 0114680..0296350 100644 --- a/project/example/ble/ble_peripheral/app/src/light_transition.c +++ b/project/example/ble/ble_peripheral/app/src/light_transition.c @@ -8,7 +8,7 @@ volatile uint8_t Light_Transition_FadeActive; #define OUTPUT_SMOOTH_SHIFT 4U #define LIGHT_OUTPUT_SCALE 1000U #define BREATH_MIN_OUTPUT (LIGHT_OUTPUT_SCALE / 100U) -#define DUAL_MIN_COMBINED_OUTPUT ((LIGHT_OUTPUT_SCALE * 12U) / 100U) +#define DUAL_MIN_COMBINED_OUTPUT ((LIGHT_OUTPUT_SCALE * 15U) / 100U) #define DUAL_MIN_STABLE_CHANNEL_OUTPUT 17U #define POWER_FADE_Q12_MAX 4096U #define POWER_FADE_ON_TICKS 140U @@ -225,7 +225,7 @@ void Light_Transition_Task(void) (LIGHT_OUTPUT_SCALE / 100U) + 2048U) >> 12); /* - * Mixed light starts from a 12% combined floor. If the weaker direction + * Mixed light starts from a 15% combined floor. If the weaker direction * would be below 17/1000 (about 16 us of the 950 us active window), raise * the combined floor just enough to preserve the requested W:C ratio. * Ratios that cannot satisfy this even at 100% are treated as single