From 736f958882fa59ca880451829c7c1667c25b09c6 Mon Sep 17 00:00:00 2001 From: devtty1er Date: Fri, 22 Jul 2022 11:49:31 -0400 Subject: [PATCH] Add warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0bbb3a9..2841f0e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Adafruit_GPS [![Build Status](https://travis-ci.com/adafruit/Adafruit_GPS.svg?branch=master)](https://travis-ci.com/adafruit/Adafruit_GPS) +> **Warning** +> +> This library assumes that only valid, supported NMEA sentences are parsed. +> Parsing invalid or unsupported NMEA sentences may result in memory corruption and/or unhandled faults & exceptions! + This is the Adafruit GPS library - the ultimate GPS library for the ultimate GPS module!