-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels