mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: fixed units of exhaust gas temperature
This commit is contained in:
parent
aea9dea005
commit
78c7bcf132
|
@ -263,7 +263,7 @@ void AP_EFI::send_mavlink_status(mavlink_channel_t chan)
|
|||
KELVIN_TO_C(state.cylinder_status.cylinder_head_temperature),
|
||||
state.cylinder_status.ignition_timing_deg,
|
||||
state.cylinder_status.injection_time_ms,
|
||||
state.cylinder_status.exhaust_gas_temperature,
|
||||
KELVIN_TO_C(state.cylinder_status.exhaust_gas_temperature),
|
||||
state.throttle_out,
|
||||
state.pt_compensation,
|
||||
state.ignition_voltage
|
||||
|
|
Loading…
Reference in New Issue