1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Display anti-gravity activity in OSD.

Signed-off-by: Mark Hale <mark.hale@physics.org>
This commit is contained in:
Mark Hale 2018-04-05 17:49:53 +01:00
parent 02efd46833
commit b2e43abf2d
6 changed files with 22 additions and 0 deletions

View file

@ -1020,4 +1020,6 @@ extern "C" {
bool isFlipOverAfterCrashMode(void) {
return false;
}
float pidItermAccelerator(void) { return 1.0; }
}