Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r5379702cf2aba320cad160bef6c381c0c9138a63 -rc47dc6366cfb411149b4003744cf8edf87cac6e5 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5379702cf2aba320cad160bef6c381c0c9138a63) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision c47dc6366cfb411149b4003744cf8edf87cac6e5) @@ -546,7 +546,7 @@ concCap = STATE_CLOSED; diaCap = STATE_CLOSED; // Using the caps switch to disable the chemical disinfect date checks - // This is for debug builds only. + // This is for debug builds only to simulate that a chem flush has been done after chem usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -606,7 +606,7 @@ concCap = STATE_CLOSED; diaCap = STATE_CLOSED; // Using the caps switch to disable the chemical disinfect date checks - // This is for debug builds only. + // This is for debug builds only to simulate that a chem flush has been done after chem usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -667,7 +667,7 @@ concCap = STATE_CLOSED; diaCap = STATE_CLOSED; // Using the caps switch to disable the chemical disinfect date checks - // This is for debug builds only. + // This is for debug builds only to simulate that a chem flush has been done after chem usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -828,7 +828,7 @@ concCap = STATE_CLOSED; diaCap = STATE_CLOSED; // Using the caps switch to disable the chemical disinfect date checks. - // This is for debug builds only. + // This is for debug builds only to simulate that a chem flush has been done after chem usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; }