Skip to content

Commit

Permalink
Blimp: 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 49006f3 commit 7a9b1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blimp/mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Mode
VELOCITY = 2, // velocity mode
LOITER = 3, // loiter mode (position hold)
RTL = 4, // rtl
// Mode number 30 reserved for "offboard" for external/lua control.
};

// constructor
Expand Down

0 comments on commit 7a9b1ad

Please sign in to comment.