mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_Mission: add CMD_DO_WINCH string
This is used to send a text message to the GCS as the command starts
This commit is contained in:
parent
b0eb375920
commit
1fbc7b99da
@ -2232,6 +2232,8 @@ const char *AP_Mission::Mission_Command::type() const
|
|||||||
return "Parachute";
|
return "Parachute";
|
||||||
case MAV_CMD_DO_MOUNT_CONTROL:
|
case MAV_CMD_DO_MOUNT_CONTROL:
|
||||||
return "MountControl";
|
return "MountControl";
|
||||||
|
case MAV_CMD_DO_WINCH:
|
||||||
|
return "Winch";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||||
|
Loading…
Reference in New Issue
Block a user