mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Loggers: Be more efficient
This commit is contained in:
@@ -634,11 +634,11 @@ then
|
|||||||
else
|
else
|
||||||
if param compare SYS_LOGGER 0
|
if param compare SYS_LOGGER 0
|
||||||
then
|
then
|
||||||
if sdlog2 start -r 100 -a -b 10 -t
|
if sdlog2 start -r 100 -a -b 9 -t
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if logger start -b 20
|
if logger start -b 9
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user