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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,24 @@ Work is in progress...
317
317
318
318
---
319
319
## Version history
320
+
#### v0.7.490
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 playlist break down when saving it
324
+
- fixed bug with cropped song titles on single line displays (GC9106, ST7735mini, N5110 etc.)
325
+
- netserver - optimization and refactoring
326
+
- web interface optimization
327
+
- the AUDIOBUFFER_MULTIPLIER parameter is deprecated. New parameter AUDIOBUFFER_MULTIPLIER2. If everything works fine, then it is better not to touch it.
328
+
- new setting VS_PATCH_ENABLE (see PS)
329
+
- fixing other bugs
330
+
331
+
_**PS:** A bug was found with the lack of sound on some (not all) green VS1053 boards.
332
+
If there is no sound, you need to assign in myoptions_
333
+
```
334
+
#define VS_PATCH_ENABLE false
335
+
```
336
+
_On red boards and normally working green boards, nothing else needs to be done._
0 commit comments