KLUDGE? we always show VBatt because Proteus board has VBatt input sensor hardcoded
This commit is contained in:
parent
a50459c52a
commit
b62f578fab
|
@ -740,6 +740,7 @@ void updateTunerStudioState(TunerStudioOutputChannels *tsOutputChannels DECLARE_
|
||||||
// offset 24
|
// offset 24
|
||||||
tsOutputChannels->engineLoad = engineLoad;
|
tsOutputChannels->engineLoad = engineLoad;
|
||||||
|
|
||||||
|
// KLUDGE? we always show VBatt because Proteus board has VBatt input sensor hardcoded
|
||||||
// offset 28
|
// offset 28
|
||||||
tsOutputChannels->vBatt = getVBatt(PASS_ENGINE_PARAMETER_SIGNATURE);
|
tsOutputChannels->vBatt = getVBatt(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue