From e2a372c9cf53007e0e83d7dd6944b164505dccb4 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 18 Nov 2021 08:34:00 +0000 Subject: [PATCH] Add comment r.e. memory use on UNO with v2.0.18 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cc5c3c..9a2be98 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ If you want to reduce the amount of memory used by the library, you can edit the #define SFE_UBLOX_REDUCED_PROG_MEM // Uncommenting this line will delete the minor debug messages to save memory ``` -Doing this will save approximately 15% of program memory on the ATmega328. +Doing this will save approximately 15% of the program memory used by the library. From v2.0.18 of the library, the debug messages are automatically deleted on ARDUINO_AVR_UNO platforms. For other platforms, you will need to uncomment that line manually. -On Windows platforms, you will normally find _SparkFun_u-blox_GNSS_Arduino_Library.h_ in: +On Windows, you will normally find _SparkFun_u-blox_GNSS_Arduino_Library.h_ in: - Documents\Arduino\libraries\SparkFun_u-blox_GNSS_Arduino_Library\src ## SPI Support