Thermal Calibration - add parameter required to control max starting temperature

This commit is contained in:
Paul Riseborough
2017-02-09 22:15:29 +11:00
committed by Lorenz Meier
parent 93a70c2d0b
commit 22c8c59829
9 changed files with 31 additions and 17 deletions
+10
View File
@@ -231,3 +231,13 @@ PARAM_DEFINE_INT32(SYS_CAL_TDEL, 24);
* @group System
*/
PARAM_DEFINE_INT32(SYS_CAL_TMIN, 5);
/**
* Maximum starting temperature for thermal calibration
*
* Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX.
*
* @unit deg C
* @group System
*/
PARAM_DEFINE_INT32(SYS_CAL_TMAX, 10);