|
|
|
@ -172,7 +172,8 @@ void AP_EFI::send_mavlink_status(mavlink_channel_t chan)
@@ -172,7 +172,8 @@ void AP_EFI::send_mavlink_status(mavlink_channel_t chan)
|
|
|
|
|
(state.intake_manifold_temperature - 273.0f), |
|
|
|
|
(state.cylinder_status[0].cylinder_head_temperature - 273.0f), |
|
|
|
|
state.cylinder_status[0].ignition_timing_deg, |
|
|
|
|
state.cylinder_status[0].injection_time_ms); |
|
|
|
|
state.cylinder_status[0].injection_time_ms, |
|
|
|
|
0, 0, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
namespace AP { |
|
|
|
|