esp_arduino_sqlite3_lib icon indicating copy to clipboard operation
esp_arduino_sqlite3_lib copied to clipboard

HI! with esp8266 in linux mint and windows to have this issues, any recomendation ? tks!

Open rmacrino opened this issue 1 year ago • 2 comments

home/ricardo/Arduino/libraries/esp_arduino_sqlite3_lib-master/src/sdfat_fns.cpp:51:5: error: 'File' was not declared in this scope; did you mean 'SdFile'? 51 | File file = sdFats[sd_idx]->open(name + 5, imode);

rmacrino avatar Aug 30 '23 14:08 rmacrino

Hi, have you installed the dependent SDFat library? https://github.com/siara-cc/esp_arduino_sqlite3_lib#dependencies--pre-requisites

siara-cc avatar Aug 31 '23 13:08 siara-cc

I ran into the same problem with the latest SdFat version (2.2.2) but was able to successfully compile with version 2.0.1. All SdFat versions after 2.0.1 do not work with this library

EDIT: Just saw the note that we should use version 1.0.7

infality avatar Mar 02 '24 19:03 infality