mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-05 08:04:28 +03:00
Update reference.md
EEPROM location is not static
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user