Skip to content

Commit 5cfdbcf

Browse files
Update README.md
1 parent 6c93e5c commit 5cfdbcf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ WiFi.setSleep(false);
111111
<hr>
112112
113113
### Prevent reboots while playing
114-
Do not use the `-D BOARD_HAS_PSRAM` build flag in PlatformIO or the `PSRAM: Enabled` option in Arduino IDE. Early boards have issues with the psram cache, resulting in reboots.<br> Boards without these issues don't need this flag to enable the psram.
114+
Do not use the `-D BOARD_HAS_PSRAM` build flag in PlatformIO or the `PSRAM: Enabled` option in Arduino IDE. Early boards have issues with the psram cache, resulting in reboots.<br> Boards without these issues don't need this flag or option to enable the psram.
115115
116116
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
117117
@@ -261,13 +261,6 @@ const char *bufferStatus();
261261

262262
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.
263263

264-
<b>NOTE:</b> When compiling for a board with psram use the following build flags:
265-
266-
```
267-
-mfix-esp32-psram-cache-issue
268-
-mfix-esp32-psram-cache-strategy=memw
269-
```
270-
And take a look at [tips for troublefree streaming](#Tips-for-troublefree-streaming)
271264
<hr>
272265

273266
# Event callbacks

0 commit comments

Comments
 (0)