forked from Archive/PX4-Autopilot
Fix accidentally comitted hardcoded autostart
This commit is contained in:
parent
99068e864b
commit
b5d3355dfb
|
@ -166,11 +166,11 @@ then
|
|||
set MODE custom
|
||||
fi
|
||||
|
||||
#if param compare SYS_AUTOSTART 10
|
||||
#then
|
||||
if param compare SYS_AUTOSTART 10
|
||||
then
|
||||
sh /etc/init.d/10_dji_f330
|
||||
set MODE custom
|
||||
#fi
|
||||
fi
|
||||
|
||||
if param compare SYS_AUTOSTART 11
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue