Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r2f6d34bea9698f8847c5076d694ff4d49ca6ded0 -r584e8de6d105cb3a91fdcdf51d4f28e2d140fb7c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 2f6d34bea9698f8847c5076d694ff4d49ca6ded0) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 584e8de6d105cb3a91fdcdf51d4f28e2d140fb7c) @@ -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