mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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";
|
||||
case MAV_CMD_DO_MOUNT_CONTROL:
|
||||
return "MountControl";
|
||||
case MAV_CMD_DO_WINCH:
|
||||
return "Winch";
|
||||
|
||||
default:
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
|
Loading…
Reference in New Issue
Block a user