fix mixed up CLT & IAT in the bench_test_raw_analog CAN packet https://github.com/rusefi/rusefi-hardware/issues/228 (#5533)
This commit is contained in:
parent
f50cc7743c
commit
073f6cfbb0
|
@ -61,8 +61,8 @@ void sendRawAnalogValues() {
|
|||
Sensor::getRaw(SensorType::AcceleratorPedalPrimary),
|
||||
Sensor::getRaw(SensorType::AcceleratorPedalSecondary),
|
||||
Sensor::getRaw(SensorType::MapSlow),
|
||||
Sensor::getRaw(SensorType::Iat),
|
||||
Sensor::getRaw(SensorType::Clt),
|
||||
Sensor::getRaw(SensorType::Iat),
|
||||
Sensor::getRaw(SensorType::BatteryVoltage),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue