mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 16:50:35 +08:00
Thermal Calibration - add parameter required to control max starting temperature
This commit is contained in:
committed by
Lorenz Meier
parent
93a70c2d0b
commit
22c8c59829
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user