Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r23f44ccb07708bcb30cd07b249ab170163e86a2b -r8ddb7d51e6ab02591cb1c5692f62cfdf26ec7866 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 23f44ccb07708bcb30cd07b249ab170163e86a2b) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 8ddb7d51e6ab02591cb1c5692f62cfdf26ec7866) @@ -1040,10 +1040,6 @@ handleStartStopTrimmerHeaterCmd( message ); break; - case MSG_ID_DG_TESTER_LOGIN_REQUEST: - handleTesterLogInRequest( message ); - break; - case MSG_ID_DG_START_STOP_FLUSH: handleStartStopDGFlush( message ); break; @@ -1056,6 +1052,14 @@ handleStartStopDGChemicalDisinfect( message ); break; + case MSG_ID_UI_DG_SET_RTC_REQUEST: + handleUIClockSyncRequest( message ); + break; + + case MSG_ID_DG_TESTER_LOGIN_REQUEST: + handleTesterLogInRequest( message ); + break; + default: // unrecognized message ID received - ok, ignore - may be a test message handled below break;