Sd File::availableForWrite() · Issue #7650 · esp8266/Arduino (original) (raw)
Hi, I have recently discovered int availableForWrite()
to check the amount of available bytes without waiting for new "sector" (hence avoiding blocking writings). here) the example that demonstrate it.
Is there any plan to add to esp8266 core?