Index: firmware/App/Controllers/TemperatureSensors.c =================================================================== diff -u -r23ebb5812ecd93ca42999259f7f62f46fd482ebd -r3256cf475a0efba069f79da4459e5fe925f1c356 --- firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 23ebb5812ecd93ca42999259f7f62f46fd482ebd) +++ firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 3256cf475a0efba069f79da4459e5fe925f1c356) @@ -413,6 +413,13 @@ *************************************************************************/ void execTemperatureSensors( void ) { + // Check if a new calibration is available + if ( TRUE == isNewCalibrationRecordAvailable() ) + { + getNVRecord2Driver( GET_CAL_TEMP_SENSORS, (U08*)&tempSensorCalRecord, sizeof( DG_TEMP_SENSORS_CAL_RECORD_T ), + NUM_OF_CAL_DATA_TEMP_SENSORS, ALARM_ID_DG_TEMPERATURE_SENSORS_INVALID_CAL_RECORD ); + } + // Check the status of the software configuration adjustTemperatureSensorsRefResistance();