-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add osd switching via stick inputs in disarm state
Sticks inputs: roll mid && pitch high && yaw low && throttle mid Signed-off-by: 4th <[email protected]>
- Loading branch information
1 parent
1b4fb40
commit cdc4255
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -562,6 +562,7 @@ class AP_OSD | |
TOGGLE=0, | ||
PWM_RANGE=1, | ||
AUTO_SWITCH=2, | ||
STICKS_INPUT=3, | ||
}; | ||
|
||
AP_Int8 osd_type; | ||
|