1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Update reference.md

EEPROM location is not static
This commit is contained in:
Dario Di Maio
2015-09-26 13:20:30 +02:00
parent ed1a4063a2
commit 96c2d2869a

View File

@ -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 whenever you wish to save changes to flash. `EEPROM.end()` will also commit, and will
release the RAM copy of EEPROM contents. 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. Three examples included.