Browse Source

Logging: Reduce logging on FMUv1 to free system resources

sbg
Lorenz Meier 10 years ago
parent
commit
dad2f754e9
  1. 2
      ROMFS/px4fmu_common/init.d/rc.logging

2
ROMFS/px4fmu_common/init.d/rc.logging

@ -8,7 +8,7 @@ then @@ -8,7 +8,7 @@ then
if ver hwcmp PX4FMU_V1
then
echo "Start sdlog2 at 50Hz"
sdlog2 start -r 50 -a -b 4 -t
sdlog2 start -r 40 -a -b 3 -t
else
echo "Start sdlog2 at 200Hz"
sdlog2 start -r 200 -a -b 22 -t

Loading…
Cancel
Save