forked from Archive/PX4-Autopilot
Let it breathe stronger
This commit is contained in:
parent
4f898b27eb
commit
8583cf4dcc
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue