jwhiddon / EDB

A re-implementation of the Arduino database library to allow more than 256 records
GNU Lesser General Public License v2.1
89 stars 43 forks source link

Avoid the folder, if creating db fails (Silently!) #20

Open DavisDevasia opened 7 years ago

DavisDevasia commented 7 years ago

Creating the database inside the /db/ folder fails silently and returns -1 as reading for every entry. Create the database in the root folder and it works perfect.