Skip to content

Release 1.3.0

Latest
Compare
Choose a tag to compare
@krzychb krzychb released this 23 Jan 04:46
· 1 commit to master since this release
  • Users who are already using EEPROM can now continue in an intuitive way and not have this library close the EEPROM by calling EEPROM.end() within the library. Now in the constructor if you set persistEEPROM = true then this library will .commit() instead of .end() - contribution by @bwjohns4 👍
  • Updated related documenation and fixed broken link.