From fb33d8bd9dbdce13df16e7ffe9837a0ced9f6c0f Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Sun, 26 Jan 2025 11:23:09 +0800 Subject: [PATCH] docs(examples): fixed broken link in uart example readme --- examples/peripherals/uart/nmea0183_parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/uart/nmea0183_parser/README.md b/examples/peripherals/uart/nmea0183_parser/README.md index 746e20af3a..773ca41221 100644 --- a/examples/peripherals/uart/nmea0183_parser/README.md +++ b/examples/peripherals/uart/nmea0183_parser/README.md @@ -24,7 +24,7 @@ Usually, modules will also output some vendor specific statements which common n ### Hardware Required -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. +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. #### Pin Assignment: