forked from Archive/PX4-Autopilot
reduce log buffer to 24K
This commit is contained in:
parent
8a77fec9c8
commit
89294317a1
|
@ -31,7 +31,7 @@ then
|
|||
then
|
||||
fi
|
||||
else
|
||||
if logger start -b 32
|
||||
if logger start -b 24
|
||||
then
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue