-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TBS Disco config: Enable manual pass-through
- Loading branch information
1 parent
ecbff28
commit 5228bf9
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Manual pass through mixer for servo outputs 1-4 | ||
|
||
# AUX1 channel (select RC channel with RC_MAP_AUX1 param) | ||
M: 1 | ||
O: 10000 10000 0 -10000 10000 | ||
S: 3 5 10000 10000 0 -10000 10000 | ||
|
||
# AUX2 channel (select RC channel with RC_MAP_AUX2 param) | ||
M: 1 | ||
O: 10000 10000 0 -10000 10000 | ||
S: 3 6 10000 10000 0 -10000 10000 | ||
|
||
# AUX3 channel (select RC channel with RC_MAP_AUX3 param) | ||
M: 1 | ||
O: 10000 10000 0 -10000 10000 | ||
S: 3 7 10000 10000 0 -10000 10000 | ||
|
||
# FLAPS channel (select RC channel with RC_MAP_FLAPS param) | ||
M: 1 | ||
O: 10000 10000 0 -10000 10000 | ||
S: 3 4 10000 10000 0 -10000 10000 |