KLUDGE? we always show VBatt because Proteus board has VBatt input sensor hardcoded

This commit is contained in:
rusefi 2020-04-04 09:31:56 -04:00
parent a50459c52a
commit b62f578fab
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ void updateTunerStudioState(TunerStudioOutputChannels *tsOutputChannels DECLARE_
// offset 24
tsOutputChannels->engineLoad = engineLoad;
// KLUDGE? we always show VBatt because Proteus board has VBatt input sensor hardcoded
// offset 28
tsOutputChannels->vBatt = getVBatt(PASS_ENGINE_PARAMETER_SIGNATURE);