ROMFS: Enable thermal control (set to off) for Pixhawk 2

This commit is contained in:
Lorenz Meier 2016-12-04 12:15:16 +01:00 committed by Lorenz Meier
parent b229dd891f
commit 1b19b78c2b
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ then
if [ $BOARD_FMUV3 == true ]
then
# sensor heating is available, but we disable it for now
param set SENS_EN_THERMAL 0
# external L3GD20H is rotated 180 degrees yaw
if l3gd20 -X -R 4 start
then