aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.logging
blob: c5aef8273c7515d82fd5f8f095c4e4b42d44eaa7 (plain) (tree)
1
2
3
4
5
6
7
8
9

     
                              



                     
                                   
            
                                           
                                             
            
                                            
                                               
          
  
#!nsh
#
# Initialize logging services.
#

if [ -d /fs/microsd ]
then
	if hw_ver compare PX4FMU_V1
	then
		echo "Start sdlog2 at 50Hz"
		sdlog2 start -r 50 -a -b 8 -t
	else
		echo "Start sdlog2 at 200Hz"
		sdlog2 start -r 200 -a -b 16 -t
	fi
fi