mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Removed VBat PID compensation.
This commit is contained in:
parent
97ad043f9e
commit
b6689edc26
13 changed files with 7 additions and 27 deletions
|
@ -1189,7 +1189,7 @@ static FAST_CODE void subTaskMotorUpdate(timeUs_t currentTimeUs)
|
|||
startTime = micros();
|
||||
}
|
||||
|
||||
mixTable(currentTimeUs, currentPidProfile->vbatPidCompensation);
|
||||
mixTable(currentTimeUs);
|
||||
|
||||
#ifdef USE_SERVOS
|
||||
// motor outputs are used as sources for servo mixing, so motors must be calculated using mixTable() before servos.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue