Similar to #6691
The PlatformIO inspect tool shows both libraries ESP8266SdFat and SDFS are linked in the binary and thus taking both around 20k of flash size. (debug build, release size may differ)

As far as I can see, all includes for SD.h in my code are in #ifdef wrappers and I cannot see where the file SD.h is included in the code of esp8266/Arduino.
Right now, I am using https://github.com/Jason2866/platform-espressif8266.git#core_2_6_0 as platform (has the latest build toolchain included).
Does any of you have an idea why it is linked?
Similar to #6691
The PlatformIO inspect tool shows both libraries
ESP8266SdFatandSDFSare linked in the binary and thus taking both around 20k of flash size. (debug build, release size may differ)As far as I can see, all includes for
SD.hin my code are in #ifdef wrappers and I cannot see where the fileSD.his included in the code of esp8266/Arduino.Right now, I am using https://github.com/Jason2866/platform-espressif8266.git#core_2_6_0 as platform (has the latest build toolchain included).
Does any of you have an idea why it is linked?