1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Added the dynamic idle throttle offset to the blackbox header to fix the motor output display.

This commit is contained in:
Michael Keller 2020-10-27 02:01:26 +01:00
parent ae62f46958
commit 6c1cb60784
5 changed files with 15 additions and 6 deletions

View file

@ -117,3 +117,4 @@ bool isFixedWing(void);
float getMotorOutputLow(void);
float getMotorOutputHigh(void);
float getDynamicIdleOffset(void);