charlesbaynham / OSFS

Overly Simplified File System for Arduino EEPROM
GNU General Public License v3.0
33 stars 9 forks source link

Changes to make the example code work #4

Closed dHutchings closed 4 years ago

dHutchings commented 4 years ago

This library looks to be exactly what I need!

Just fixing minor bug: The example code didn't work out-of-the-box on a teensy 3.2, and errored with some simple tests (e.g. changing a filename and reading it).

dHutchings commented 4 years ago

@charlesbaynhamNPL please consider these changes.

charlesbaynham commented 4 years ago

Hi doug, thanks a lot for these changes! I'll go through them tomorrow. Glad you found the library useful

charlesbaynham commented 4 years ago

Thanks a lot for the contribution! I've moved the changes to the overwriting logic into a separate PR (#6) and merged the rest