mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: support the LED_CONTROL MAVLink message
This commit is contained in:
parent
c471b635b3
commit
569cc1c108
@ -2107,6 +2107,11 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
||||
send_autopilot_version(FIRMWARE_VERSION);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_LED_CONTROL:
|
||||
// send message to Notify
|
||||
AP_Notify::handle_led_control(msg);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
|
||||
plane.DataFlash.remote_log_block_status_msg(chan, msg);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user