mirror of https://github.com/ArduPilot/ardupilot
AP_Mission: add text string for do-guided-limits
This commit is contained in:
parent
f4416cd3f2
commit
1e1f14f6e9
|
@ -1893,6 +1893,8 @@ const char *AP_Mission::Mission_Command::type() const {
|
|||
return "SetROI";
|
||||
case MAV_CMD_DO_SET_REVERSE:
|
||||
return "SetReverse";
|
||||
case MAV_CMD_DO_GUIDED_LIMITS:
|
||||
return "GuidedLimits";
|
||||
default:
|
||||
return "?";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue