Index: firmware/App/Modes/ModeChemicalDisinfect.c =================================================================== diff -u -r5315092604c1a6f4ec8ba1339809bd0099f921da -rf248e95cb4a3187aee8d7e7ea773a0549ec7be30 --- firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision 5315092604c1a6f4ec8ba1339809bd0099f921da) +++ firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision f248e95cb4a3187aee8d7e7ea773a0549ec7be30) @@ -296,6 +296,9 @@ 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