From 008f79a4f17c68f3af6fdb18cd585ff5c4a2dfe5 Mon Sep 17 00:00:00 2001 From: DenialOfIntelligence <135235065+DenialOfIntelligence@users.noreply.github.com> Date: Sat, 17 Jun 2023 17:58:01 +0200 Subject: [PATCH] Tested so warning is not needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021760d..68cb9f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Code for reading nmea data from the Serial port and displaying gps data using ipyleafleat. -# All code is untested + Based on [this code](https://github.com/Knio/pynmea2/blob/master/examples/read_serial.py)