Index: firmware/App/Modes/ModeChemicalDisinfect.c =================================================================== diff -u -rd19a072db6880577f677093929b53445e34a33e3 -r8c5fef6b7ab382db81084a3abe9604e01882aef9 --- firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision d19a072db6880577f677093929b53445e34a33e3) +++ firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision 8c5fef6b7ab382db81084a3abe9604e01882aef9) @@ -8,7 +8,7 @@ * @file ModeChemicalDisinfect.c * * @author (last) Dara Navaei -* @date (last) 04-May-2023 +* @date (last) 11-May-2023 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -296,6 +296,9 @@ setCurrentSubState( NO_SUB_STATE ); setCPLDCleanLEDColor( CPLD_CLEAN_LED_YELLOW ); + // Set CD1 and CD2 conductivity sensors calibration table to be picked from the chemical disinfect calibration record + setCondcutivitySensorCalTable( CONDUCTIVITYSENSORS_CD2_SENSOR, CAL_DATA_CD2_COND_SENSOR_CHEM_DISINFECT ); + #ifndef _RELEASE_ if ( nelsonSupport != NELSON_CHEM_DISINFECT ) #endif