mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
ROMFS: Enable thermal control (set to off) for Pixhawk 2
This commit is contained in:
committed by
Lorenz Meier
parent
b229dd891f
commit
1b19b78c2b
@@ -115,6 +115,9 @@ then
|
|||||||
|
|
||||||
if [ $BOARD_FMUV3 == true ]
|
if [ $BOARD_FMUV3 == true ]
|
||||||
then
|
then
|
||||||
|
# sensor heating is available, but we disable it for now
|
||||||
|
param set SENS_EN_THERMAL 0
|
||||||
|
|
||||||
# external L3GD20H is rotated 180 degrees yaw
|
# external L3GD20H is rotated 180 degrees yaw
|
||||||
if l3gd20 -X -R 4 start
|
if l3gd20 -X -R 4 start
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user