Let it breathe stronger

This commit is contained in:
Lorenz Meier 2014-11-16 00:59:18 +01:00
parent 4f898b27eb
commit 8583cf4dcc
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ ring_blink(void)
n = 62 - counter;
}
brightness = (n * n) / 9;
brightness = (n * n) / 8;
brightness_counter = 0;
on_counter = 0;
counter++;