forked from Archive/PX4-Autopilot
Senssors app: Introduce thermal setting
This commit is contained in:
parent
3166aeb8a4
commit
b229dd891f
|
@ -3134,6 +3134,15 @@ PARAM_DEFINE_INT32(SENS_EN_TRONE, 0);
|
|||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_SF1XX, 0);
|
||||
|
||||
/**
|
||||
* Thermal control of sensor temperature
|
||||
*
|
||||
* @value -1 Thermal control unavailable
|
||||
* @value 0 Thermal control off
|
||||
* @group Sensor Enable
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_THERMAL, -1);
|
||||
|
||||
/**
|
||||
* Set the PWM output frequency for the MAIN outputs
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue