mirror of https://github.com/rusefi/wideband.git
parent
3a23d6bdbc
commit
df47657a87
|
@ -115,7 +115,7 @@ void SendRusefiFormat(uint8_t idx)
|
||||||
uint16_t lambda = GetLambda() * 10000;
|
uint16_t lambda = GetLambda() * 10000;
|
||||||
frame.get().Lambda = lambda;
|
frame.get().Lambda = lambda;
|
||||||
|
|
||||||
// TODO: decode temperatature instead of putting ESR here
|
// TODO: decode temperature instead of putting ESR here
|
||||||
frame.get().TemperatureC = esr;
|
frame.get().TemperatureC = esr;
|
||||||
|
|
||||||
frame.get().Valid = IsRunningClosedLoop() ? 0x01 : 0x00;
|
frame.get().Valid = IsRunningClosedLoop() ? 0x01 : 0x00;
|
||||||
|
|
Loading…
Reference in New Issue