Skip to content

Missing code in VLW #116

@cameldive

Description

@cameldive

Amazing tool. But sentence VLW needs to be corrected.

Original:

title: 'VLW - Total log and daily log', keys: ['navigation.log', 'navigation.logTrip'], f: function (logDistance, tripDistance) { return toSentence([ '$IIVLW', nmea.mToNm(logDistance).toFixed(2), 'N', nmea.mToNm(tripDistance).toFixed(2), 'N'

Should be:

title: 'VLW - Total log and daily log', keys: ['navigation.log', 'navigation.logTrip'], f: function (logDistance, tripDistance) { return **nmea**.toSentence([ '$IIVLW', nmea.mToNm(logDistance).toFixed(2), 'N', nmea.mToNm(tripDistance).toFixed(2), 'N'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions