Arun (Arundale Ramanathan)

Results 115 comments of Arun (Arundale Ramanathan)

Hi @ArturG16 Thank you for sharing the great findings with the newer esp boards. I will incorporate them in the repo during the weekend.

could you share sample code for FATFS?

I think SdFat is not installed. Please download and installed the library v1.0.7 from https://github.com/greiman/SdFat and try compiling again

@bhullar89 There was some issue quite some time back with a later version. I don't remember what the issue was. If that issue has been fixed with sdfat 2.2.2, it...

Hi @savejeff , Thanks for sharing this and sorry about the late response. I will work on it and update the library soon!!

Not sure what could be the issue. Seems UNIONUsually most issues boil down to IO or memory. Please check if page size of the database is 512, try with lesser...

> After a lot of testing it really seems as though it only actually searches the last database in the chain of `UNION`s, regardless of the size, number of available...

I think you have some reason for keeping these as separate databases, but keeping them as separate tables in the same database or handle the UNION in code may help...

I would prefer to keep them in same table so we don't have to worry about how many file handles can be open at a time.

Hi sorry I saw this only now. It seems I haven't been getting notifications as I was not a Watcher for this repo. Please see this comment: https://github.com/siara-cc/esp_arduino_sqlite3_lib/issues/23#issuecomment-1374843886 It could...