mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
rcS: remove hack
The mavlink instance USB can now be shutdown, so this hack is not needed anymore.
This commit is contained in:
@@ -842,11 +842,7 @@ then
|
||||
# Try to get an USB console
|
||||
nshterm /dev/ttyACM0 &
|
||||
else
|
||||
# Don't start mavlink in passthrough mode because we currently can't seem to stop it.
|
||||
if [ $VEHICLE_TYPE != passthrough ]
|
||||
then
|
||||
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
|
||||
fi
|
||||
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user