Skip to content

Commit

Permalink
NORSUB-eMRU: update links to monorepo and not the old one repo
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed May 20, 2024
1 parent 3b39d51 commit 4452711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/norsub-emru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![publish](https://github.com/core-marine-dev/norsub-emru/actions/workflows/publish.yml/badge.svg)](https://github.com/core-marine-dev/norsub-emru/actions/workflows/publish.yml)
![npm](https://img.shields.io/npm/dy/%40coremarine/norsub-emru)

Library to read NMEA-like sentences of Norsub eMRU devices. It works same as [NMEA-Parser library](https://github.com/core-marine-dev/nmea-parser/) and it has the same API. The only nuance is it gives metadata of the device status if the sentence bring that info.
Library to read NMEA-like sentences of Norsub eMRU devices. It works same as [NMEA-Parser library](https://www.npmjs.com/package/@coremarine/nmea-parser) and it has the same API. The only nuance is it gives metadata of the device status if the sentence bring that info.

To understand how it works, please look the info of [NMEA-Parser library](https://github.com/core-marine-dev/nmea-parser/).
To understand how it works, please look the info of [NMEA-Parser library](https://www.npmjs.com/package/@coremarine/nmea-parser).

The complete output with metadata it is shown below.

Expand Down
2 changes: 1 addition & 1 deletion packages/norsub-emru/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coremarine/norsub-emru",
"version": "1.0.7",
"version": "1.0.8",
"description": "Library to work with eMRU devices of NorSub company",
"author": "Core Marine",
"license": "MIT",
Expand Down

0 comments on commit 4452711

Please sign in to comment.