Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r5d8a0c67beebb63c5f5455b309a16211c1de8cf0 -r65ed7df63ccd293199eabe968ae47b75bf015523 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5d8a0c67beebb63c5f5455b309a16211c1de8cf0) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 65ed7df63ccd293199eabe968ae47b75bf015523) @@ -8,7 +8,7 @@ * @file ModeStandby.c * * @author (last) Sean Nash -* @date (last) 13-Apr-2023 +* @date (last) 03-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -147,6 +147,7 @@ resetBloodPumpRotorCount(); resetDialInPumpRotorCount(); resetPreLoadStatus(); + setVenousBubbleDetectionEnabled( FALSE ); // Set user alarm recovery actions allowed in this mode setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, FALSE );