Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r8638b207699a3a48e3657e838e24ae838369c867 -reb4c5e64b4e8338fa5d747ce0930ca0d12d0a043 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 8638b207699a3a48e3657e838e24ae838369c867) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision eb4c5e64b4e8338fa5d747ce0930ca0d12d0a043) @@ -978,6 +978,10 @@ // handle any messages from other sub-systems switch ( msgID ) { + case MSG_ID_REQUEST_FW_VERSIONS: + handleFWVersionCmd( message ); + break; + case MSG_ID_DG_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message ); break;