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
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -15,28 +15,6 @@ 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
19
-
20
-
### WiFi setup
21
-
22
-
Do not forget to switch WiFi out of power save mode:
23
-
24
-
```
25
-
...
26
-
WiFi.begin(SSID, PSK);
27
-
WiFi.setSleep(false);
28
-
...
29
-
```
30
-
31
-
<hr>
32
-
33
-
### Reboots while playing
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
-
36
-
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
Do not forget to switch WiFi out of power save mode:
103
+
104
+
```
105
+
...
106
+
WiFi.begin(SSID, PSK);
107
+
WiFi.setSleep(false);
108
+
...
109
+
```
110
+
111
+
<hr>
112
+
113
+
### 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.
115
+
116
+
Another source of sudden reboots are cheap dev boards with a too small 3.3v regulator.
0 commit comments