You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
453 B
24 lines
453 B
#!/bin/sh |
|
# |
|
# @name Generic Flying Wing |
|
# |
|
# @type Flying Wing |
|
# @class Plane |
|
# |
|
# @output MAIN1 left aileron |
|
# @output MAIN2 right aileron |
|
# @output MAIN4 throttle |
|
# |
|
# @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 |
|
# |
|
# @board intel_aerofc-v1 exclude |
|
# @board bitcraze_crazyflie exclude |
|
# |
|
|
|
sh /etc/init.d/rc.fw_defaults |
|
|
|
set MIXER fw_generic_wing
|
|
|