Skip to content

Commit e2a372c

Browse files
authored
Add comment r.e. memory use on UNO with v2.0.18
1 parent ffe93ea commit e2a372c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ If you want to reduce the amount of memory used by the library, you can edit the
6262
#define SFE_UBLOX_REDUCED_PROG_MEM // Uncommenting this line will delete the minor debug messages to save memory
6363
```
6464

65-
Doing this will save approximately 15% of program memory on the ATmega328.
65+
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.
6666

67-
On Windows platforms, you will normally find _SparkFun_u-blox_GNSS_Arduino_Library.h_ in:
67+
On Windows, you will normally find _SparkFun_u-blox_GNSS_Arduino_Library.h_ in:
6868
- Documents\Arduino\libraries\SparkFun_u-blox_GNSS_Arduino_Library\src
6969

7070
## SPI Support

0 commit comments

Comments
 (0)