forked from Archive/PX4-Autopilot
Add support for the SkyHunter 1800
This commit is contained in:
parent
3270e2f428
commit
5f5a200f4a
|
@ -0,0 +1,5 @@
|
|||
#!nsh
|
||||
|
||||
sh /etc/init.d/rc.fw_defaults
|
||||
|
||||
set MIXER FMU_AET
|
|
@ -68,6 +68,12 @@ then
|
|||
set MODE custom
|
||||
fi
|
||||
|
||||
if param compare SYS_AUTOSTART 2103 103
|
||||
then
|
||||
sh /etc/init.d/2103_skyhunter_1800
|
||||
set MODE custom
|
||||
fi
|
||||
|
||||
#
|
||||
# Flying wing
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue