1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-11-12 00:40:47 +01:00

Remove debug print

This commit is contained in:
whowechina 2024-06-18 16:14:46 +09:00
parent 5863d20be1
commit 921a276684

View File

@ -385,8 +385,6 @@ static void rainbow_control(uint32_t delta_ms)
range = rainbow.level.to - rainbow.level.from;
progress = rainbow.elapsed * 100 / rainbow.smooth_ms;
rainbow.level.current = rainbow.level.from + range * progress / 100;
printf("\nlevel: %d", rainbow.level.current);
}
#define RAINBOW_PITCH 37