Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r41a41275952290677df1fb0d27db3f354be26dd8 -r437ac340cfe0bd90bc016372113bae3d594b7526 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 41a41275952290677df1fb0d27db3f354be26dd8) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 437ac340cfe0bd90bc016372113bae3d594b7526) @@ -1108,6 +1108,7 @@ void cmdStartDGROPermeateSampleMode( void ) { BOOL start = TRUE; + dgCmdResp[ DG_CMD_START_RO_PERMEATE_SAMPLE ].commandID = DG_CMD_NONE; sendDGStartStopDGROPermeateSampleModeCommand( start ); } @@ -1123,6 +1124,7 @@ void cmdStopDGROPermeateSampleMode( void ) { BOOL start = FALSE; + dgCmdResp[ DG_CMD_STOP_RO_PERMEATE_SAMPLE ].commandID = DG_CMD_NONE; sendDGStartStopDGROPermeateSampleModeCommand( start ); }