Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r3fc2a198a40b588b8d1a5684838be098456ad023 -rf116a1547129941d463b8fd156b550170a89e6a8 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 3fc2a198a40b588b8d1a5684838be098456ad023) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision f116a1547129941d463b8fd156b550170a89e6a8) @@ -7,8 +7,8 @@ * * @file ModePreTreat.c * -* @author (last) Michael Garthwaite -* @date (last) 08-Mar-2023 +* @author (last) James Walter Taylor +* @date (last) 24-Mar-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1342,7 +1342,8 @@ if ( TRUE == reservoirStatus[ inactiveRes ].flushComplete ) { #ifndef _RELEASE_ - if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) ) + if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) || + ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) ) ) { if ( DG_RESERVOIR_1 == inactiveRes ) {