mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Mission: add missing parameter metadata
This commit is contained in:
parent
755e76ced9
commit
9d0d451c48
@ -18,6 +18,7 @@ const AP_Param::GroupInfo AP_Mission::var_info[] = {
|
|||||||
// @DisplayName: Mission Restart when entering Auto mode
|
// @DisplayName: Mission Restart when entering Auto mode
|
||||||
// @Description: Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)
|
// @Description: Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)
|
||||||
// @Values: 0:Resume Mission, 1:Restart Mission
|
// @Values: 0:Resume Mission, 1:Restart Mission
|
||||||
|
// @User: Advanced
|
||||||
AP_GROUPINFO("RESTART", 1, AP_Mission, _restart, AP_MISSION_RESTART_DEFAULT),
|
AP_GROUPINFO("RESTART", 1, AP_Mission, _restart, AP_MISSION_RESTART_DEFAULT),
|
||||||
|
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
|
Loading…
Reference in New Issue
Block a user