mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
Let it breathe stronger
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user