forked from Archive/PX4-Autopilot
Use smaller logging buffer
This commit is contained in:
parent
f66cd1a814
commit
842819a6d6
|
@ -8,7 +8,7 @@ then
|
|||
if ver hwcmp PX4FMU_V1
|
||||
then
|
||||
echo "Start sdlog2 at 50Hz"
|
||||
sdlog2 start -r 50 -a -b 5 -t
|
||||
sdlog2 start -r 50 -a -b 4 -t
|
||||
else
|
||||
echo "Start sdlog2 at 200Hz"
|
||||
sdlog2 start -r 200 -a -b 16 -t
|
||||
|
|
Loading…
Reference in New Issue