Skip to content

Commit 96c2d28

Browse files
committed
Update reference.md
EEPROM location is not static
1 parent ed1a406 commit 96c2d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Size can be anywhere between 4 and 4096 bytes.
382382
whenever you wish to save changes to flash. `EEPROM.end()` will also commit, and will
383383
release the RAM copy of EEPROM contents.
384384

385-
EEPROM library uses one sector of flash located at 0x7b000 for storage.
385+
EEPROM library uses one sector of flash located just after the SPIFFS.
386386

387387
Three examples included.
388388

0 commit comments

Comments
 (0)