Skip to content

Commit cb66e6e

Browse files
Update README.md
1 parent 921bd89 commit cb66e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ size_t position()
233233
const char *bufferStatus();
234234
```
235235

236-
Returns `0/0` if there is no buffer. Otherwise returns `bytes-in-buffer/buffersize`.<br>A buffer will only be allocated if there is enough free psram.
236+
Returns `0/0` if there is no buffer.<br>Otherwise returns something like `4096/65536` which means 4kB waiting in a 64kB buffer.<br>A buffer will only be allocated if there is enough free psram.
237237

238238
<b>NOTE:</b> When compiling for a board with psram use the following build flags:
239239

0 commit comments

Comments
 (0)