Update CustomMessages.md

This commit is contained in:
Morten Nielsen 2020-06-05 09:15:13 -07:00 committed by GitHub
parent 93e8af216a
commit 13e180c5c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ private class CustomMultiMessage : NmeaMultiSentenceMessage, IMultiSentenceMessa
protected override bool ParseSentences(Talker talkerType, string[] message)
{
// Ensure this message matches the previous message.
// Use any indicator to detect message difference, so you can to error out and avoid
// Use any indicator to detect message difference, so you can error out and avoid
// appending the wrong message
if (Id == null)
Id = message[2]; //First time it's not set