Closed
Description
I've been browsing through my builds using the very nice and new Inspect tool from the (not yet released) PIO 4.1.0rc1 which allows me to browse through the binary and see all libs included and its size. (big, big kudo's for that tool!)
I noticed the LittleFS lib is linked even though I am not using it in my build (as far as I know)
Is this needed to be linked in when only using SPIFFS?
It does occupy about 20k in the build (compiled with debug, so release size my be less)
Apparently it is included here:
The same applies to ESP8266SdFat and SDFS. (not 100% sure that's not included by accident)