Skip to content

Commit b67ddd3

Browse files
Update README.md
1 parent 766df2d commit b67ddd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install [ESP_VS1053_Library](https://github.com/baldram/ESP_VS1053_Library) and
1515

1616
Use [the latest Arduino ESP32 core version](https://github.com/espressif/arduino-esp32/releases/latest).
1717

18-
## Tips for troublefree streaming.
18+
## Tips for troublefree streaming
1919

2020
### WiFi setup
2121

@@ -31,7 +31,7 @@ WiFi.setSleep(false);
3131
<hr>
3232

3333
### 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.
3535

3636
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
3737

@@ -250,6 +250,7 @@ Returns `0` if the stream is a radio stream.
250250
```c++
251251
size_t position()
252252
```
253+
Returns `0` if the stream is a radio stream.
253254

254255
<hr>
255256

@@ -266,6 +267,7 @@ Returns `0/0` if there is no buffer.<br>Otherwise returns something like `4096/6
266267
-mfix-esp32-psram-cache-issue
267268
-mfix-esp32-psram-cache-strategy=memw
268269
```
270+
And take a look at [tips for troublefree streaming](#Reboots-while-playing)
269271
<hr>
270272

271273
# Event callbacks

0 commit comments

Comments
 (0)