mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Reduces FLASH usage by about 4KB Command to replace: for i in *.mix; do sed -r -i '/O: +10000 +10000 +0 +-10000 +10000/d' $i; done
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
# Manual pass through mixer for servo outputs 1-4
|
|
|
|
# AUX1 channel (select RC channel with RC_MAP_AUX1 param)
|
|
M: 1
|
|
S: 3 5 10000 10000 0 -10000 10000
|
|
|
|
# AUX2 channel (select RC channel with RC_MAP_AUX2 param)
|
|
M: 1
|
|
S: 3 6 10000 10000 0 -10000 10000
|
|
|
|
# AUX3 channel (select RC channel with RC_MAP_AUX3 param)
|
|
M: 1
|
|
S: 3 7 10000 10000 0 -10000 10000
|
|
|
|
# FLAPS channel (select RC channel with RC_MAP_FLAPS param)
|
|
M: 1
|
|
S: 3 4 10000 10000 0 -10000 10000
|