Skip to content

Commit

Permalink
Update alert syntax in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaffooClock authored Nov 27, 2023
1 parent 23a47e0 commit ee28509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sudo apt install python3 python3-smbus2 socat

Also, your GPS module needs to be configured to output NMEA on its I²C interface (or DDC on u-blox, maybe others). I would assume that if your GPS module has an I²C port, that it would be outputting data to it by default, but you might consult the documentation for your module to be certain.

> **Note**
> [!IMPORTANT]
> The Python script in this utility only looks for and handles valid NMEA 0183 sentences -- anything else, such as UBX or RTMC or other protocols will be silently ignored.

Expand Down Expand Up @@ -128,7 +128,7 @@ Of course, you don't have to install this into `/opt` -- anywhere you prefer is

If the service starts, then you should see a new virtual serial port in `/dev/gpsd0`. You can change the name of this device, if necessary, by editing the [gpsd-i2c.service](gpsd-i2c.service) file.

> **Note**
> [!TIP]
> Don't forget to execute `systemctl daemon-reload` after editing the service file.
You can monitor the status with:
Expand Down

0 comments on commit ee28509

Please sign in to comment.