mirror of https://github.com/ArduPilot/ardupilot
Added Toy mode to navigation
This commit is contained in:
parent
e036bee424
commit
5e4d28baf0
|
@ -198,6 +198,7 @@
|
|||
#define WP_MODE 2
|
||||
#define CIRCLE_MODE 3
|
||||
#define NO_NAV_MODE 4
|
||||
#define TOY_MODE 5
|
||||
|
||||
// Waypoint options
|
||||
#define MASK_OPTIONS_RELATIVE_ALT 1
|
||||
|
|
Loading…
Reference in New Issue