parent
108f986d80
commit
9b086d866b
|
@ -1,4 +1,4 @@
|
|||
SHORT_BOARD_NAME=proteus_f4
|
||||
PROJECT_CPU=ARCH_STM32F4
|
||||
USE_OPENBLT=yes
|
||||
EXTRA_PARAMS=-DEFI_DYNO_VIEW=FALSE
|
||||
|
||||
|
|
|
@ -720,6 +720,9 @@ void updateTunerStudioState() {
|
|||
#if EFI_DYNO_VIEW
|
||||
tsOutputChannels->hp = getDynoviewHP();
|
||||
tsOutputChannels->torque = getDynoviewTorque();
|
||||
#else
|
||||
tsOutputChannels->hp = -1;
|
||||
tsOutputChannels->torque = -1;
|
||||
#endif
|
||||
|
||||
tsOutputChannels->turboSpeed = Sensor::getOrZero(SensorType::TurbochargerSpeed);
|
||||
|
|
Loading…
Reference in New Issue