Skip to content
Snippets Groups Projects
Commit d72133a3 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

rcS: increase log buffer by 4kB

To reduce dropouts, and because we have enough RAM :)
parent be2d10ff
No related branches found
No related tags found
No related merge requests found
......@@ -832,7 +832,7 @@ then
then
set LOGGER_ARGS "-m mavlink"
fi
if logger start -b 12 -t ${LOGGER_ARGS}
if logger start -b 16 -t ${LOGGER_ARGS}
then
fi
unset LOGGER_ARGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment