I want to use this library.
but platformio shows errors.
multiple definition of `SDFileSystem::disk_status()'
(...more)
I think that two libraries has same symbol, so platformio links both.
- ~/.platformio/packages/framework-mbed/libs/fat/TARGET_NUCLEO_F103RB/TOOLCHAIN_GCC_ARM/libfat.a
- (PROJECT_ROOT)/.pioenvs/nucleo_f103rb/libSDFileSystem_ID388.a(SDFileSystem.o)
I want to know how to disable to load libfat.a.