Browse Source

Copter: handle LED_CONTROL and pass to Notify

master
Randy Mackay 10 years ago
parent
commit
c5b3bc5698
  1. 4
      ArduCopter/GCS_Mavlink.pde

4
ArduCopter/GCS_Mavlink.pde

@ -1570,6 +1570,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg) @@ -1570,6 +1570,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
gcs[chan-MAVLINK_COMM_0].send_autopilot_version();
break;
case MAVLINK_MSG_ID_LED_CONTROL:
// send message to Notify
AP_Notify::handle_led_control(msg);
break;
} // end switch
} // end handle mavlink

Loading…
Cancel
Save