Skip to content

Releases: jwrw/ESP_EEPROM

Use EEPROM_start to locate flash sector

20 Oct 11:23
Compare
Choose a tag to compare

Various changes were made in the ESP8266 core library that affect the way the EEPROM sector was defined. This broke the ESP_EEPROM library for some boards (e.g. Wemos Mini Pro with 16MB flash). A new define was introduced and the segment boundaries can be flexibly determined in ESP core version 3.1+.

If you are still using an older core library, then you need to use a ESP_EEPROM release <2.2.

Additional public constructor

06 Dec 12:33
c36dc00
Compare
Choose a tag to compare

Constructor made public to allow custom EEPROM segment. (N.B. html docs not regenerated)

Fixes for SPIFF & commit() inconsistency

22 Nov 13:30
Compare
Choose a tag to compare

Minor tweaks to make commit() return more sensible when it does nothing and fix for disappearance of SPIFFs

Bugfix and documentation

15 Jun 17:02
4c114f5
Compare
Choose a tag to compare

One issue fixed with percentUsed() and Doxygen documentation added to /docs directory

The documentation has been generated by Doxygen from comments added into the code.

v1.0.1

10 Mar 19:18
Compare
Choose a tag to compare

Initial release