diff --git a/rgbyteclock.c b/rgbyteclock.c index b14b69d..53b02a9 100644 --- a/rgbyteclock.c +++ b/rgbyteclock.c @@ -384,7 +384,7 @@ int8_t show_intro( uint32_t now, uint32_t animation_start ) { led_set( i+6, r, g, b ); } - if( t_diff > 3000 ) { + if( t_diff > 2900 ) { step = 4; } }