Skip to content

Commit 78e1c88

Browse files
author
betzrhodes
authored
Update README.md
1 parent 9863215 commit 78e1c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This method erases an object at spiflash address *address* by marking it erased.
125125

126126
### eraseAll(*[force]*)
127127

128-
Erases the entire allocated SPIFlash area. The optional *force* parameter is a Boolean value which defaults to `false`, a value which will cause the method to leave the SPIFlash area untouched. You **must** pass in `true` for the function to operate.
128+
Erases the entire allocated SPIFlash area. The optional *force* parameter is a Boolean value which defaults to `false`, a value which will cause the method to erase only the sectors written to by this library. You **must** pass in `true` if you wish to erase the entire allocated SPIFlash area.
129129

130130
### getPosition()
131131

0 commit comments

Comments
 (0)