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.
21 lines
325 B
21 lines
325 B
#!nsh |
|
# |
|
# @name FX-79 Buffalo Flying Wing |
|
# |
|
# @type Flying Wing |
|
# @class Plane |
|
# |
|
# @maintainer Simon Wilks <simon@uaventure.com> |
|
# |
|
|
|
sh /etc/init.d/rc.fw_defaults |
|
|
|
if [ $AUTOCNF == yes ] |
|
then |
|
param set NAV_LOITER_RAD 150 |
|
param set FW_AIRSPD_MAX 30 |
|
param set FW_AIRSPD_MIN 13 |
|
param set FW_AIRSPD_TRIM 15 |
|
fi |
|
|
|
set MIXER FX79
|
|
|