Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -rf5e4dee5d7f73017ca22482ec9edf51cf2dc33c2 -rcc7f1bd82e346521f0102b3398bd030fb3bb0e6f --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision f5e4dee5d7f73017ca22482ec9edf51cf2dc33c2) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision cc7f1bd82e346521f0102b3398bd030fb3bb0e6f) @@ -8,7 +8,7 @@ * @file ConsumableSelfTest.c * * @author (last) Dara Navaei -* @date (last) 04-Jan-2022 +* @date (last) 25-Feb-2022 * * @author (original) Quang Nguyen * @date (original) 06-Mar-2021 @@ -76,7 +76,10 @@ switch( currentConsumableSelfTestState ) { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: + +#ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) +#endif { consumableInstallConfirmed = TRUE; } @@ -85,11 +88,13 @@ { consumableInstallConfirmed = FALSE; +#ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) != SW_CONFIG_ENABLE_VALUE ) { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_FILL_CMD_STATE; } else +#endif { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_COMPLETE_STATE; }