|
2 | 2 | <img src="images/yologo.png" width="190" height="142"> |
3 | 3 |
|
4 | 4 | ##### Web-radio based on [ESP32-audioI2S](https://github.com/schreibfaul1/ESP32-audioI2S) or/and [ESP32-vs1053_ext](https://github.com/schreibfaul1/ESP32-vs1053_ext) library |
| 5 | +--- |
| 6 | +#### NEW! |
| 7 | +##### yoRadio Printed Circuit Boards repository: |
| 8 | +[<img src="images/yopcb.jpg" width="830" height="auto" />](https://github.com/e2002/yopcb) |
| 9 | + |
| 10 | +https://github.com/e2002/yopcb |
| 11 | + |
5 | 12 | --- |
6 | 13 | - [Hardware](#hardware) |
7 | 14 | - [Connection tables](#connection-tables) |
@@ -176,8 +183,7 @@ _\** GPIO 16 and 17 are used by PSRAM on the WROVER modules._ |
176 | 183 | ## Dependencies |
177 | 184 | #### Libraries: |
178 | 185 | **Library Manager**: Adafruit_GFX, Adafruit_ST7735\*, Adafruit_SSD1306\*, Adafruit_PCD8544\*, Adafruit_SH110X\*, Adafruit_SSD1327\*, Adafruit_ILI9341\*, Adafruit_SSD1305\*, TFT_22_ILI9225\* (\* depending on display model), OneButton, IRremoteESP8266, XPT2046_Touchscreen \ |
179 | | -**Github**: [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer), [AsyncTCP](https://github.com/me-no-dev/AsyncTCP), [async-mqtt-client](https://github.com/marvinroger/async-mqtt-client)* \ |
180 | | -\* _if you need MQTT support_ |
| 186 | +**Github**: ~~[ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer), [AsyncTCP](https://github.com/me-no-dev/AsyncTCP), [async-mqtt-client](https://github.com/marvinroger/async-mqtt-client) (if you need MQTT support)~~ <<< **starting with version 0.8.920, these libraries have been moved into the project, and there is no need to install them additionally.** |
181 | 187 |
|
182 | 188 | #### Tool: |
183 | 189 | [ESP32 Filesystem Uploader](https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/) \ |
@@ -311,6 +317,14 @@ Work is in progress... |
311 | 317 |
|
312 | 318 | --- |
313 | 319 | ## Version history |
| 320 | +#### v0.8.NEW |
| 321 | +**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** \ |
| 322 | +**Please backup playlist.csv and wifi.csv before updating.** |
| 323 | +- fixed bug with displaying horizontal scroll in playlist |
| 324 | +- fixed compilation error with IR_PIN=255 |
| 325 | +- libraries async-mqtt-client, AsyncTCP, ESPAsyncWebServer moved to the project |
| 326 | +- new parameter #define XTASK_MEM_SIZE - buffer size for AsyncTCP task (4096 by default) |
| 327 | + |
314 | 328 | #### v0.8.901 |
315 | 329 | **!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** \ |
316 | 330 | **Please backup playlist.csv and wifi.csv before updating.** |
|
0 commit comments