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 <[email protected]>
  • Loading branch information
Ryanf55 authored and tridge committed Dec 26, 2024
1 parent e401d81 commit b1c1596
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 b1c1596

Please sign in to comment.