Index: firmware/App/Modes/ModeGenIdle.c =================================================================== diff -u -r1a219888b8fda9dcbbfc51fbe76490ee247f5f14 -rd371983d84daf213db3e39d21cf30c13161ce062 --- firmware/App/Modes/ModeGenIdle.c (.../ModeGenIdle.c) (revision 1a219888b8fda9dcbbfc51fbe76490ee247f5f14) +++ 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 @@ -39,7 +39,7 @@ #include "Valves.h" /** - * @addtogroup DGRecirculateMode + * @addtogroup DGGenIdleMode * @{ */ @@ -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; } @@ -518,7 +510,7 @@ * bad fill sub-states publish interval. * @details Inputs: badFillSubstatesPublishInterval * @details Outputs: badFillSubstatesPublishInterval - * @param: value override bad fill sub-states publish interval with (in ms) + * @param value override bad fill sub-states publish interval with (in ms) * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetGenIdleSubstatesPublishIntervalOverride( U32 value )