Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r7dc4bb045389ac95e6658602f2659f6071542361 -r49182b162048845906ddf1274a88d4a74998baf1 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 7dc4bb045389ac95e6658602f2659f6071542361) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 49182b162048845906ddf1274a88d4a74998baf1) @@ -7,8 +7,8 @@ * * @file SelfTests.c * -* @author (last) Darren Cox -* @date (last) 31-Mar-2023 +* @author (last) Michael Garthwaite +* @date (last) 05-Apr-2023 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -1220,6 +1220,7 @@ if ( TRUE == doesAlarmStatusIndicateStop() ) { + setAirPumpState( AIR_PUMP_STATE_OFF ); state = DRY_SELF_TESTS_STOPPED_STATE; setupForSelfTestsStop(); }