mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Display anti-gravity activity in OSD.
Signed-off-by: Mark Hale <mark.hale@physics.org>
This commit is contained in:
parent
02efd46833
commit
b2e43abf2d
6 changed files with 22 additions and 0 deletions
|
@ -1020,4 +1020,6 @@ extern "C" {
|
|||
bool isFlipOverAfterCrashMode(void) {
|
||||
return false;
|
||||
}
|
||||
|
||||
float pidItermAccelerator(void) { return 1.0; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue