Reduce logging buffers to free some RAM

This commit is contained in:
Lorenz Meier 2016-05-22 15:17:44 +02:00
parent c4da55e40f
commit e6bfe4348c
1 changed files with 3 additions and 3 deletions

View File

@ -623,7 +623,7 @@ then
then
if param compare SYS_LOGGER 0
then
if sdlog2 start -r 500 -e -b 20 -t
if sdlog2 start -r 500 -e -b 18 -t
then
fi
else
@ -634,11 +634,11 @@ then
else
if param compare SYS_LOGGER 0
then
if sdlog2 start -r 100 -a -b 12 -t
if sdlog2 start -r 100 -a -b 10 -t
then
fi
else
if logger start -b 24
if logger start -b 20
then
fi
fi