betaflight-configurator
betaflight-configurator copied to clipboard
FeatureRequest: Consumption based current sensor calibration
Basically put this formula inside the configurator:
new_scale = old_scale x (OSD_mAh_consumed / mAh_charged)
https://oscarliang.com/current-sensor-calibration/
Is there already something planned like this? Otherwise I might go ahead and write that code.
Something like this? https://github.com/betaflight/betaflight-configurator/pull/1439
Similar yes, but instead of putting in the actual current values you would put in the mAh consumed according to the OSD and the mAh you actually put back in the pack.
I guess it could be done in the same window.