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:
Randy Mackay 2020-07-23 13:54:37 +09:00
parent b0eb375920
commit 1fbc7b99da
1 changed files with 2 additions and 0 deletions

View File

@ -2232,6 +2232,8 @@ const char *AP_Mission::Mission_Command::type() const
return "Parachute";
case MAV_CMD_DO_MOUNT_CONTROL:
return "MountControl";
case MAV_CMD_DO_WINCH:
return "Winch";
default:
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL