@ -212,13 +212,12 @@ PARAM_DEFINE_INT32(SYS_CAL_BARO, 0);
/**
/**
* Required temperature rise during thermal calibration
* Required temperature rise during thermal calibration
*
*
* A temperature increase greater than this value is required during calibration performed by the setting of SYS_TEMP_CAL .
* A temperature increase greater than this value is required during calibration .
* Calibration will complete for each sensor when the temperature increase above the starting temeprature exceeds SYS_TEMP_RISE .
* Calibration will complete for each sensor when the temperature increase above the starting temeprature exceeds the value set by SYS_CAL_TDEL .
* If the temperature rise is insufficient , the calibration will continue indefinitely and the board will need to be repowered to exit .
* If the temperature rise is insufficient , the calibration will continue indefinitely and the board will need to be repowered to exit .
*
*
* @ unit deg C
* @ unit deg C
* @ min 10
* @ min 10
* @ max 50
* @ group System
* @ group System
*/
*/
PARAM_DEFINE_INT32 ( SYS_CAL_TEMP , 24 ) ;
PARAM_DEFINE_INT32 ( SYS_CAL_DELT , 24 ) ;