Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r05718e4bf876a8b7eb5e04ccdeace451cd864f56 -r6747acd44164aab2c5f1fc392e1bc09788c447b9 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 05718e4bf876a8b7eb5e04ccdeace451cd864f56) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 6747acd44164aab2c5f1fc392e1bc09788c447b9) @@ -111,10 +111,6 @@ // Reset the heaters efficiency for another treatment resetHeatersEstimationGain(); - - // Initialize the reservoirs parameters for another treatment. - // This is to make sure the boolean flag for the first fill is set to TRUE. - initReservoirs(); } /*********************************************************************//** @@ -143,6 +139,10 @@ setChemNelsonSupportMode( NELSON_NONE ); #endif + // Initialize the reservoirs parameters for another treatment. + // This is to make sure the boolean flag for the first fill is set to TRUE. + initReservoirs(); + return standbyState; }