forked from Archive/PX4-Autopilot
ROMFS: start magnetometer temperature compensation if enabled
This commit is contained in:
parent
0df611b115
commit
35b0e93387
|
@ -22,6 +22,11 @@ then
|
|||
set TEMP_COMP_START "true"
|
||||
fi
|
||||
|
||||
if param compare -s TC_M_ENABLE 1
|
||||
then
|
||||
set TEMP_COMP_START "true"
|
||||
fi
|
||||
|
||||
if [ "x$TEMP_COMP_START" != "x" ]
|
||||
then
|
||||
temperature_compensation start
|
||||
|
|
Loading…
Reference in New Issue