Skip to content

Handle NMEA statements starting with '!' #4

@shah253kt

Description

@shah253kt

Some NMEA statements begin with '!' character. ie: !AIVDM, !AIVDO, etc.

I think this is very easy to implement. Just modify line 402 in NMEAParser.h from if (inChar == '$') { to if (inChar == '$' || inChar == '!') {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions