Skip to content

Commit

Permalink
ArduSub: reserve offboard mode ID
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
Ryanf55 committed Dec 24, 2024
1 parent 5138332 commit 49006f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduSub/mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class Mode
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
Expand Down

0 comments on commit 49006f3

Please sign in to comment.