From 96c2d2869a45662ede63faf7f60ec7e5d0e6d9b2 Mon Sep 17 00:00:00 2001 From: Dario Di Maio Date: Sat, 26 Sep 2015 13:20:30 +0200 Subject: [PATCH] Update reference.md EEPROM location is not static --- doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference.md b/doc/reference.md index a3eeb601a..41bf014f5 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -382,7 +382,7 @@ Size can be anywhere between 4 and 4096 bytes. whenever you wish to save changes to flash. `EEPROM.end()` will also commit, and will release the RAM copy of EEPROM contents. -EEPROM library uses one sector of flash located at 0x7b000 for storage. +EEPROM library uses one sector of flash located just after the SPIFFS. Three examples included.