Skip to content

Commit 921bd89

Browse files
Update README.md
1 parent 375873d commit 921bd89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ const char *bufferStatus();
235235

236236
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.
237237

238+
<b>NOTE:</b> When compiling for a board with psram use the following build flags:
239+
240+
```
241+
-mfix-esp32-psram-cache-issue
242+
-mfix-esp32-psram-cache-strategy=memw
243+
```
238244
<hr>
239245

240246
# Event callbacks

0 commit comments

Comments
 (0)