We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66cd1a commit 842819aCopy full SHA for 842819a
ROMFS/px4fmu_common/init.d/rc.logging
@@ -8,7 +8,7 @@ then
8
if ver hwcmp PX4FMU_V1
9
then
10
echo "Start sdlog2 at 50Hz"
11
- sdlog2 start -r 50 -a -b 5 -t
+ sdlog2 start -r 50 -a -b 4 -t
12
else
13
echo "Start sdlog2 at 200Hz"
14
sdlog2 start -r 200 -a -b 16 -t
0 commit comments