Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -rd731f3fda9d25e0d63100f648510e9c8cdd21f89 -re0413e662822f3ccc8b4fe9d969efef7eedb05ad --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision d731f3fda9d25e0d63100f648510e9c8cdd21f89) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision e0413e662822f3ccc8b4fe9d969efef7eedb05ad) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.c * -* @author (last) Dara Navaei -* @date (last) 15-Feb-2023 +* @author (last) Michael Garthwaite +* @date (last) 08-Mar-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -484,7 +484,7 @@ // create a message record blankMessage( &msg ); - msg.hdr.msgID = MSG_ID_DG_VERSION; + msg.hdr.msgID = MSG_ID_DG_VERSION_REPONSE; msg.hdr.payloadLen = sizeof( DG_VERSIONS_T ); if ( message->hdr.payloadLen == sizeof( U08 ) + sizeof( U08 ) + sizeof( U08 ) + sizeof( U16 ) + sizeof( U32 ) ) @@ -526,7 +526,7 @@ // Create a message record blankMessage( &msg ); - msg.hdr.msgID = MSG_ID_DG_SERIAL_NUMBER; + msg.hdr.msgID = MSG_ID_DG_SERIAL_NUMBER_RESPONSE; // Add 1 byte for null terminator msg.hdr.payloadLen = MAX_TOP_LEVEL_SN_CHARS + 1;