Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r750a8b61a1e9a63823ecc6ed441cd01524ffc02b -r95eefee71702fbf031025dc35ebaf553dfb050b7 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 750a8b61a1e9a63823ecc6ed441cd01524ffc02b) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 95eefee71702fbf031025dc35ebaf553dfb050b7) @@ -226,7 +226,7 @@ DG_STANDBY_MODE_STATE_T state = DG_STANDBY_MODE_STATE_FLUSH_FILTER; U32 const filterFlushTimePeriod_ms = getU32OverrideValue( &filterFlushTimePeriod ); - isInletPressureInRange(); + checkInletWaterPressure(); if ( TRUE == didTimeout( filterFlushStartTime, filterFlushTimePeriod_ms ) ) {