mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ROMFS: aerofc: Only start logger with MAVLink support
AeroFC don't have SDCard to store logs.
This commit is contained in:
parent
340be986a6
commit
37f73bb0ed
@ -806,6 +806,10 @@ then
|
||||
then
|
||||
set LOGGER_ARGS "-f"
|
||||
fi
|
||||
if ver hwcmp AEROFC_V1
|
||||
then
|
||||
set LOGGER_ARGS "-m mavlink"
|
||||
fi
|
||||
if logger start -b 12 -t ${LOGGER_ARGS}
|
||||
then
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user