Skip to content

Commit

Permalink
core: frontend: linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Jan 23, 2023
1 parent 420413f commit 16b3cba
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions core/frontend/src/components/nmea-injector/NMEAInjector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@
The NMEA Injector receives NMEA via UDP or TCP and transforms it
into MAVLink data that is forwarded to the autopilot.
It currently supports the sentences
<span target="_blank" v-html="createLink('GPGGA')" />,
<span target="_blank" v-html="createLink('GPRMC')" />,
<span target="_blank" v-html="createLink('GPGLL')" />, and
<span
target="_blank"
v-html="createLink('GPGGA')"
/>,
<span
target="_blank"
v-html="createLink('GPRMC')"
/>,
<span
target="_blank"
v-html="createLink('GPGLL')"
/>, and
<a
target="_blank"
href="https://receiverhelp.trimble.com/alloy-gnss/en-us/NMEA-0183messages_GNS.html"
Expand Down

0 comments on commit 16b3cba

Please sign in to comment.