Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r654c5598765bb862c00a0175bdac95604c6c9b24 -rc0700a4503f28288f16070634bb87f4eccb2568c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 654c5598765bb862c00a0175bdac95604c6c9b24) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision c0700a4503f28288f16070634bb87f4eccb2568c) @@ -436,7 +436,7 @@ // If DG is in standby mode and the standby mode is in Idle, request chemical disinfect // Chemical disinfect cannot be run in solo mode because the user has to confirm that the acid is inserted or removed - if ( ( DG_MODE_STAN == getCurrentOperationMode() ) && ( DG_STANDBY_MODE_STATE_IDLE == standbyState ) ) + //if ( ( DG_MODE_STAN == getCurrentOperationMode() ) && ( DG_STANDBY_MODE_STATE_IDLE == standbyState ) ) TODO un-comment this line. This is commented to be able to run chemical without HD for development { requestNewOperationMode( DG_MODE_CHEM ); status = TRUE;