Senssors app: Introduce thermal setting

This commit is contained in:
Lorenz Meier 2016-12-04 12:14:52 +01:00 committed by Lorenz Meier
parent 3166aeb8a4
commit b229dd891f
1 changed files with 9 additions and 0 deletions

View File

@ -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
*