Plane: handle PLAY_TUNE message
This commit is contained in:
parent
7fe1c58575
commit
7b147e3941
@ -2111,6 +2111,11 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
||||
// 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;
|
||||
|
||||
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
|
||||
plane.DataFlash.remote_log_block_status_msg(chan, msg);
|
||||
|
Loading…
Reference in New Issue
Block a user