mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Update to Virtual Current Meter fix
now using rc_controls/calculateThrottleStatus() unneeded dependencies removed.
This commit is contained in:
parent
7c2a2a1732
commit
40cc7697fe
3 changed files with 8 additions and 38 deletions
|
@ -246,7 +246,7 @@ void annexCode(void)
|
|||
}
|
||||
|
||||
if (feature(FEATURE_CURRENT_METER)) {
|
||||
updateCurrentMeter(vbatCycleTime);
|
||||
updateCurrentMeter(vbatCycleTime, &masterConfig.rxConfig, masterConfig.flight3DConfig.deadband3d_throttle);
|
||||
}
|
||||
vbatCycleTime = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue