ArduSub: reserve offboard mode ID

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
Ryan Friedman 2024-12-23 20:48:59 -07:00 committed by Andrew Tridgell
parent ee5d87f995
commit e401d81cdd

View File

@ -51,6 +51,7 @@ public:
MANUAL = 19, // Pass-through input with no stabilization
MOTOR_DETECT = 20, // Automatically detect motors orientation
SURFTRAK = 21 // Track distance above seafloor (hold range)
// Mode number 30 reserved for "offboard" for external/lua control.
};
// constructor