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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Install [ESP_VS1053_Library](https://github.com/baldram/ESP_VS1053_Library) and
15
15
16
16
Use [the latest Arduino ESP32 core version](https://github.com/espressif/arduino-esp32/releases/latest).
17
17
18
-
## Tips for troublefree streaming.
18
+
## Tips for troublefree streaming
19
19
20
20
### WiFi setup
21
21
@@ -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 by commenting out `-D BOARD_HAS_PSRAM` in `platformio.ini`.
34
+
If your system is not running stable you could try to disable psram buffering by commenting out `-D BOARD_HAS_PSRAM` in `platformio.ini`.<br>This should only have effect on boards that have the psram cache issue.<br>I don't know how to do that in the Arduino IDE.
35
35
36
36
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
37
37
@@ -250,6 +250,7 @@ Returns `0` if the stream is a radio stream.
250
250
```c++
251
251
size_tposition()
252
252
```
253
+
Returns `0` if the stream is a radio stream.
253
254
254
255
<hr>
255
256
@@ -266,6 +267,7 @@ Returns `0/0` if there is no buffer.<br>Otherwise returns something like `4096/6
266
267
-mfix-esp32-psram-cache-issue
267
268
-mfix-esp32-psram-cache-strategy=memw
268
269
```
270
+
And take a look at [tips for troublefree streaming](#Reboots-while-playing)
0 commit comments