mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
ROMFS: common: AeroFC: Do not start MAVLink over USB
STM32 pins are not exposed in AeroFC, so lets save some memory here.
This commit is contained in:
committed by
Lorenz Meier
parent
b372d15443
commit
b1c11b14a8
@@ -781,8 +781,12 @@ then
|
||||
px4flow start &
|
||||
fi
|
||||
|
||||
# Start MAVLink
|
||||
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
|
||||
if ver hwcmp AEROFC_V1
|
||||
then
|
||||
else
|
||||
# Start MAVLink
|
||||
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
|
||||
fi
|
||||
|
||||
#
|
||||
# Logging
|
||||
|
||||
Reference in New Issue
Block a user