iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Fixed arduino fopen to only use append when specified. #142

Closed Stonepaw closed 1 year ago

Stonepaw commented 5 years ago

Fixes an issue introduced in the Arduino SD library 1.2.1 where the default mode for FILE_WRITE was changed to append. This broke most file based structures that depended on overwriting.