diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index c00aff2636..016635bebf 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -116,6 +116,8 @@ NOINLINE void Copter::send_extended_status1(mavlink_channel_t chan) battery_current = battery.current_amps() * 100; } + update_sensor_status_flags(); + mavlink_msg_sys_status_send( chan, control_sensors_present,