sqlite_micro_logger_arduino icon indicating copy to clipboard operation
sqlite_micro_logger_arduino copied to clipboard

Does this library support LittleFS?

Open txf- opened this issue 1 year ago • 0 comments

Using this library on ESP32 I am able to write to both, however with LittleFS, the file size of the database seems to grow much larger than SPIFFS.

Each row contains 38 byte of data. And I am inserting rows until row id 62.

On SPIFFS the file size is 6506 bytes, on LittleFS the file size is 19456 bytes. Ideally I'd like to use LittleFS on account of the fact that SPIFFS is EOL, but those file sizes are prohibitive when using a partition on the ESP flash.

txf- avatar Mar 13 '23 14:03 txf-