Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r3111db0376f17b1a42022dcf537c787273ae3215 -r9f04920d50500b59778222eb7a1b082e56c171c6 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 3111db0376f17b1a42022dcf537c787273ae3215) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 9f04920d50500b59778222eb7a1b082e56c171c6) @@ -1513,7 +1513,8 @@ else { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_AIR_PUMP ) ) // if no air pump, now we can allow fills to start + if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_AIR_PUMP ) ) || // if no air pump, now we can allow fills to start + ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_DRY_SELF_TESTS ) ) ) // OR if Dry tests disabled { signalAllowDGFlushFills(); signalAllowDGFillRes1();