You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bigd-73 , there are two constants you should be able to override that govern transition speed. I believe both of these are configured in the compiled code and are found within code/espurna/config/general.h:
#define LIGHT_TRANSITION_STEP 10 // Time in millis between each transtion step
#define LIGHT_TRANSITION_STEPS 50 // Number of steps to acomplish transition
Reducing the number of milliseconds between steps or reducing the number of steps should speed up each transition, while increasing these values should slow it down.
hi,
where can i change the fadeing speed for the 801 rgbww controller if i switched the light on or off?
regards
mario
The text was updated successfully, but these errors were encountered: