Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rdeb183bbf691b07ae717e3e5e255df62b1bfa0f8 -r741339ec2ea3bb95f2ab06d527bb42f30d7f4721 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision deb183bbf691b07ae717e3e5e255df62b1bfa0f8) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 741339ec2ea3bb95f2ab06d527bb42f30d7f4721) @@ -24,6 +24,7 @@ #include "ModeChemicalDisinfect.h" #include "ModeFault.h" #include "ModeFill.h" +#include "ModeGenIdle.h" #include "ModeHeatDisinfect.h" #include "ModeStandby.h" #include "NVDataMgmt.h" @@ -149,6 +150,8 @@ // Initialize the reservoirs parameters for another treatment. // This is to make sure the boolean flag for the first fill is set to TRUE. initReservoirs(); + // Clear bad fill flag + setBadAvgConductivityDetectedFlag( FALSE ); // Send DG usage data to HD // The message ID will not be put here because the messages list script will pick this up for another send command