Skip to content

Commit 6867a3e

Browse files
committed
Update reference.md
EEPROM location is not static
1 parent cef895b commit 6867a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/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)