Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r5ca11d82e660ba31b6821420eb9098e036e6d93c -r8126d8e97c5626d71c7b807fa9f95601248d6dbb --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 5ca11d82e660ba31b6821420eb9098e036e6d93c) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 8126d8e97c5626d71c7b807fa9f95601248d6dbb) @@ -7,8 +7,8 @@ * * @file DGInterface.c * -* @author (last) Sean Nash -* @date (last) 13-Apr-2023 +* @author (last) Dara Navaei +* @date (last) 12-Jun-2023 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -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 ); }