Skip to content

Commit f90718f

Browse files
committed
v0.8.920
1 parent 5e5db0c commit f90718f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+10961
-8
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<img src="images/yologo.png" width="190" height="142">
33

44
##### 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+
512
---
613
- [Hardware](#hardware)
714
- [Connection tables](#connection-tables)
@@ -176,8 +183,7 @@ _\** GPIO 16 and 17 are used by PSRAM on the WROVER modules._
176183
## Dependencies
177184
#### Libraries:
178185
**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.**
181187

182188
#### Tool:
183189
[ESP32 Filesystem Uploader](https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/) \
@@ -311,6 +317,14 @@ Work is in progress...
311317

312318
---
313319
## 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+
314328
#### v0.8.901
315329
**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** \
316330
**Please backup playlist.csv and wifi.csv before updating.**

images/yopcb.jpg

80.3 KB
Loading

yoRadio/data/www/style.css.gz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)