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
@@ -31,7 +31,7 @@ WiFi.setSleep(false);
31
31
<hr>
32
32
33
33
### Reboots while playing
34
-
If your system is not running stable you could try to disable psram buffering in `ESP32_VS1053_Stream.h`.
34
+
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.
35
35
36
36
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
0 commit comments