AP_EFI: fixed units of exhaust gas temperature

This commit is contained in:
Andrew Tridgell 2022-10-25 09:26:27 +11:00
parent aea9dea005
commit 78c7bcf132
1 changed files with 1 additions and 1 deletions

View File

@ -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