Rover: added PLAY_TUNE and LED_CONTROL

This commit is contained in:
Andrew Tridgell 2016-07-22 13:38:58 +10:00
parent e943a48eba
commit c3d39e9906

View File

@ -1391,6 +1391,16 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_SETUP_SIGNING:
handle_setup_signing(msg);
break;
case MAVLINK_MSG_ID_LED_CONTROL:
// send message to Notify
AP_Notify::handle_led_control(msg);
break;
case MAVLINK_MSG_ID_PLAY_TUNE:
// send message to Notify
AP_Notify::handle_play_tune(msg);
break;
} // end switch
} // end handle mavlink