Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r3eb378de95b514ceb487e35342f58e734ca678c6 -r22fef1f14490125a8ccf059af78787e8b6f27b55 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3eb378de95b514ceb487e35342f58e734ca678c6) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 22fef1f14490125a8ccf059af78787e8b6f27b55) @@ -1072,7 +1072,7 @@ else if ( disinfectCancelReqID != GENERIC_CONFIRM_ID_NONE ) { // Get the confirmation request. It consumes the request if completed and responds to UI. - confirm_status = getConfirmationRequestStatus( disinfectCancelReqID ); + confirm_status = getConfirmationRequestStatus( disinfectCancelReqID, 0.0F, 0.0F, 0.0F, 0.0F ); switch ( confirm_status ) { case CONFIRMATION_REQUEST_STATUS_ACCEPTED: @@ -1251,7 +1251,7 @@ if ( currentDGCleaningMode.sampleRequestID != GENERIC_CONFIRM_ID_NONE ) { // There is a user confirm - CONFIRMATION_REQUEST_STATUS_T status = getConfirmationRequestStatus( currentDGCleaningMode.sampleRequestID ); + CONFIRMATION_REQUEST_STATUS_T status = getConfirmationRequestStatus( currentDGCleaningMode.sampleRequestID, 0.0F, 0.0F, 0.0F, 0.0F ); U32 sampleStatus = 0; switch( status ) @@ -1316,7 +1316,7 @@ if ( currentDGCleaningMode.sampleRequestID != GENERIC_CONFIRM_ID_NONE ) { // There is a user confirm - CONFIRMATION_REQUEST_STATUS_T status = getConfirmationRequestStatus( currentDGCleaningMode.sampleRequestID ); + CONFIRMATION_REQUEST_STATUS_T status = getConfirmationRequestStatus( currentDGCleaningMode.sampleRequestID, 0.0F, 0.0F, 0.0F, 0.0F ); U32 sampleStatus = 0; switch( status )