You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ size_t position()
233
233
constchar *bufferStatus();
234
234
```
235
235
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.
237
237
238
238
<b>NOTE:</b> When compiling for a board with psram use the following build flags:
0 commit comments