mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_EFI: fixed units of exhaust gas temperature
This commit is contained in:
parent
2eeff1de32
commit
d9e8d0ab19
@ -262,7 +262,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
Block a user