-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels