adrianmo / go-nmea

A NMEA parser library in pure Go
MIT License
226 stars 77 forks source link

Fix XDR missing N (Newtons) as measurement unit enum value #95

Closed aldas closed 2 years ago

aldas commented 2 years ago

XDR is missing Newtons as measurement unit. Test has situation where transducer type is "Voltage" and unit is "Newtons". Found this from vessel we are upgrading at the moment - probably misconfigured unit in that device settings.

icholy commented 2 years ago

Thanks!