- 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 setpersistEEPROM
= true then this library will.commit()
instead of.end()
- contribution by @bwjohns4 👍 - Updated related documenation and fixed broken link.