mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 08:58:29 -04:00
AntennaTracker: reserve offboard mode ID
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
004d46eb5c
commit
e38154ea31
@ -13,6 +13,7 @@ public:
|
|||||||
GUIDED=4,
|
GUIDED=4,
|
||||||
AUTO=10,
|
AUTO=10,
|
||||||
INITIALISING=16
|
INITIALISING=16
|
||||||
|
// Mode number 30 reserved for "offboard" for external/lua control.
|
||||||
};
|
};
|
||||||
|
|
||||||
Mode() {}
|
Mode() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user