mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Reduce logging buffers to free some RAM
This commit is contained in:
@@ -623,7 +623,7 @@ then
|
|||||||
then
|
then
|
||||||
if param compare SYS_LOGGER 0
|
if param compare SYS_LOGGER 0
|
||||||
then
|
then
|
||||||
if sdlog2 start -r 500 -e -b 20 -t
|
if sdlog2 start -r 500 -e -b 18 -t
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@@ -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 12 -t
|
if sdlog2 start -r 100 -a -b 10 -t
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if logger start -b 24
|
if logger start -b 20
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user