mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
It makes sense to have this for all standard planes and our default PWM outputs for MAIN are always 6 wide, so this should scale to all known HW platforms.
25 lines
448 B
Plaintext
25 lines
448 B
Plaintext
#!nsh
|
|
#
|
|
# @name Skyhunter 1800
|
|
#
|
|
# @type Standard Plane
|
|
# @class Plane
|
|
#
|
|
# @output MAIN1 aileron
|
|
# @output MAIN2 elevator
|
|
# @output MAIN3 EMPTY
|
|
# @output MAIN4 throttle
|
|
# @output MAIN5 flaps
|
|
# @output MAIN6 gear
|
|
#
|
|
# @output AUX1 feed-through of RC AUX1 channel
|
|
# @output AUX2 feed-through of RC AUX2 channel
|
|
# @output AUX3 feed-through of RC AUX3 channel
|
|
#
|
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
|
#
|
|
|
|
sh /etc/init.d/rc.fw_defaults
|
|
|
|
set MIXER AET
|