mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add support for the SkyHunter 1800
This commit is contained in:
parent
3270e2f428
commit
5f5a200f4a
5
ROMFS/px4fmu_common/init.d/2103_skyhunter_1800
Normal file
5
ROMFS/px4fmu_common/init.d/2103_skyhunter_1800
Normal file
@ -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…
x
Reference in New Issue
Block a user