Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -rb67373adbc581690febb1e1c2bb521f108d9b92e -rd371983d84daf213db3e39d21cf30c13161ce062 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision b67373adbc581690febb1e1c2bb521f108d9b92e) +++ firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision d371983d84daf213db3e39d21cf30c13161ce062) @@ -8,8 +8,8 @@ * * @file ModeGenIdle.c * -* @author (last) Michael Garthwaite -* @date (last) 07-Aug-2023 +* @author (last) Dara Navaei +* @date (last) 19-Sep-2023 * * @author (original) Quang Nguyen * @date (original) 06-Aug-2021 @@ -302,14 +302,6 @@ // The empty bottle alarms are active set the empty bottle alarm to TRUE. handleEmptyBottleFlag = TRUE; } - else if ( ( TRUE == handleEmptyBottleFlag ) && - ( FALSE == isAlarmActive( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME ) ) && - ( FALSE == isAlarmActive( ALARM_ID_DG_BICARB_BOTTLE_LOW_VOLUME ) ) ) - { - // The empty bottle flag is TRUE and alarms are not active anymore. This means the user has presumably inserted the new acid and - // bicarb bottles and has hit resume. Since HD is on pause, DG has to request fill by itself. - requestNewOperationMode( DG_MODE_FILL ); - } return result; }