fixed startup for VTOL -> some variable names were changed lately

This commit is contained in:
Roman Bapst
2014-12-18 10:43:32 +01:00
parent 6e874bed50
commit 0e79cbf234
3 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ sh /etc/init.d/rc.vtol_defaults
set MIXER FMU_caipirinha_vtol
set PWM_OUTPUTS 12
set PWM_OUT 12
set PWM_MAX 2000
set PWM_RATE 400
param set VTOL_MOT_COUNT 2
+1 -1
View File
@@ -2,7 +2,7 @@
set VEHICLE_TYPE vtol
if [ $DO_AUTOCONFIG == yes ]
if [ $AUTOCNF == yes ]
then
#
#Default controller parameters for MC
+1 -1
View File
@@ -584,7 +584,7 @@ then
sh /etc/init.d/rc.interface
# Start standard vtol apps
if [ $LOAD_DEFAULT_APPS == yes ]
if [ $LOAD_DAPPS == yes ]
then
sh /etc/init.d/rc.vtol_apps
fi