Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rf5fae90687cdee9712174e0dc92e34a60eb459bf -r5379702cf2aba320cad160bef6c381c0c9138a63 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision f5fae90687cdee9712174e0dc92e34a60eb459bf) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5379702cf2aba320cad160bef6c381c0c9138a63) @@ -546,6 +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. usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -605,6 +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. usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -665,6 +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. usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; } @@ -824,7 +827,8 @@ { concCap = STATE_CLOSED; diaCap = STATE_CLOSED; - // Using the caps switch to disable the chemical disinfect date checks + // Using the caps switch to disable the chemical disinfect date checks. + // This is for debug builds only. usageInfo.lastChemDisFlushCompleteDateEpoch = 40; usageInfo.lastChemDisCompleteDateEpoch = 32; }