Skip to content

Commit

Permalink
wp: added menu item to reset mission
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 15, 2023
1 parent b4434ee commit 07a4803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MAVProxy/modules/mavproxy_wp.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def __init__(self, mpstate):
default=20)),
MPMenuItem('Add Landing', 'Add Landing', '# wp add_landing'),
MPMenuItem('Add RTL', 'Add RTL', '# wp add_rtl'),
MPMenuItem('Add DO_LAND_START', 'Add DO_LAND_START', '# wp add_dls')])
MPMenuItem('Add DO_LAND_START', 'Add DO_LAND_START', '# wp add_dls'),
MPMenuItem('Reset', 'Reset', '# wp set 0')])

@property
def wploader(self):
Expand Down

0 comments on commit 07a4803

Please sign in to comment.