forked from Archive/PX4-Autopilot
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…
Reference in New Issue