mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +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
20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
# Mount Mixer (e.g. Gimbal, servo-controlled gimbal, etc...)
|
|
|
|
|
|
# pitch
|
|
M: 1
|
|
S: 2 1 10000 10000 0 -10000 10000
|
|
|
|
# roll
|
|
M: 1
|
|
S: 2 0 10000 10000 0 -10000 10000
|
|
|
|
# yaw
|
|
M: 1
|
|
S: 2 2 10000 10000 0 -10000 10000
|
|
|
|
# Shutter/retract
|
|
M: 1
|
|
S: 2 3 10000 10000 0 -10000 10000
|
|
|