vmount: add to startup script, disable by default

vmount is now added to the startup script, however, it will only start
if the param MNT_MODE_IN is set to anything but -1.
This commit is contained in:
Julian Oes
2017-04-12 10:26:41 +02:00
committed by Beat Küng
parent ed577f705d
commit 349a468f81
3 changed files with 12 additions and 3 deletions

View File

@@ -1119,6 +1119,13 @@ then
fi
unset TEMP_CALIB_ARGS
# vmount to control mounts such as gimbals, disabled by default.
if param compare MNT_MODE_IN -1
then
else
vmount start
fi
# End of autostart
fi