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:
parent
ae62f46958
commit
6c1cb60784
5 changed files with 15 additions and 6 deletions
|
@ -117,3 +117,4 @@ bool isFixedWing(void);
|
|||
|
||||
float getMotorOutputLow(void);
|
||||
float getMotorOutputHigh(void);
|
||||
float getDynamicIdleOffset(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue