mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 04:50:36 +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