mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user