mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
- For blocking mode, block until data available - Return with the bytes available in the file at the time, it should not block until reaching the requested size And read() should not realy return on the newline character Closes https://github.com/espressif/esp-idf/issues/14155