mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Added Toy mode to navigation
This commit is contained in:
parent
c830ab6ded
commit
57b75736ce
@ -198,6 +198,7 @@
|
|||||||
#define WP_MODE 2
|
#define WP_MODE 2
|
||||||
#define CIRCLE_MODE 3
|
#define CIRCLE_MODE 3
|
||||||
#define NO_NAV_MODE 4
|
#define NO_NAV_MODE 4
|
||||||
|
#define TOY_MODE 5
|
||||||
|
|
||||||
// Waypoint options
|
// Waypoint options
|
||||||
#define MASK_OPTIONS_RELATIVE_ALT 1
|
#define MASK_OPTIONS_RELATIVE_ALT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user