1
0
Fork 0
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:
mikeller 2020-03-24 02:54:49 +13:00
parent 97ad043f9e
commit b6689edc26
13 changed files with 7 additions and 27 deletions

View file

@ -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.