Skip to content

Commit 7bf01c9

Browse files
committed
Merge branch 'docs/fix_gps_broken_link' into 'master'
docs(examples): fixed broken link in uart example readme See merge request espressif/esp-idf!36635
2 parents 4f2105d + fb33d8b commit 7bf01c9

File tree

1 file changed

+1
-1
lines changed
  • examples/peripherals/uart/nmea0183_parser

1 file changed

+1
-1
lines changed

examples/peripherals/uart/nmea0183_parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Usually, modules will also output some vendor specific statements which common n
2424

2525
### Hardware Required
2626

27-
To run this example, you need a dev board that is based on Espressif SoC (e.g. ESP32-WROVER Kit). For test purpose, you also need a GPS module. Here we take the [ATGM332D-5N](http://www.icofchina.com/pro/mokuai/2016-08-01/5.html) as an example to show how to parse the NMEA statements and output common information such as UTC time, latitude, longitude, altitude, speed and so on.
27+
To run this example, you need a dev board that is based on Espressif SoC (e.g. ESP32-WROVER Kit). For test purpose, you also need a GPS module. Here we take the `ATGM332D-5N` as an example to show how to parse the NMEA statements and output common information such as UTC time, latitude, longitude, altitude, speed and so on.
2828

2929
#### Pin Assignment:
3030

0 commit comments

Comments
 (0)