Skip to content

I get some messages starting $$GPGLL and $$GPGSV rather than $GPGLL and $GPGSV #3

@murkle

Description

@murkle

Suggestion to add to parseNMEAMessage()

	// I get some messages starting $$GPGLL and $$GPGSV rather than $GPGLL and $GPGSV
	if (data.startsWith("$$")) {
		data = data.substring(1);
	}

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