mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Rover: added PLAY_TUNE and LED_CONTROL
This commit is contained in:
parent
e943a48eba
commit
c3d39e9906
@ -1391,6 +1391,16 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
|
|||||||
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
||||||
handle_setup_signing(msg);
|
handle_setup_signing(msg);
|
||||||
break;
|
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 switch
|
||||||
} // end handle mavlink
|
} // end handle mavlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user