always show vbatt (#1262)

This commit is contained in:
Matthew Kennedy 2020-04-04 04:42:14 -07:00 committed by GitHub
parent 9a21262cf8
commit 0df4da6450
1 changed files with 3 additions and 4 deletions

View File

@ -739,10 +739,9 @@ void updateTunerStudioState(TunerStudioOutputChannels *tsOutputChannels DECLARE_
}
// offset 24
tsOutputChannels->engineLoad = engineLoad;
if (hasVBatt(PASS_ENGINE_PARAMETER_SIGNATURE)) {
// offset 28
tsOutputChannels->vBatt = getVBatt(PASS_ENGINE_PARAMETER_SIGNATURE);
}
// offset 36
#if EFI_ANALOG_SENSORS