From 109b9191cda06f577cee2ef3d5abaf5d165936d6 Mon Sep 17 00:00:00 2001 From: Marzogh Date: Fri, 17 Nov 2017 11:43:42 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd7dd87..9a44e68 100755 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Returns the Unique ID as a 64-bit value. Gets the next available address for use. Has two variants: * Takes the size of the data as an argument and returns a 32-bit address * Takes a three variables, the size of the data and two other variables to return a page number value & an offset into. + In library versions >= v3.0.0 This function can be called anytime - even if there is preexisting data on the flash chip. It will simply find the next empty address block for the data. ###### sizeofStr()