Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r2f6d34bea9698f8847c5076d694ff4d49ca6ded0 -r3727453ce70f85af78902e3726073cea37969c8d --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 2f6d34bea9698f8847c5076d694ff4d49ca6ded0) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3727453ce70f85af78902e3726073cea37969c8d) @@ -149,6 +149,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