-
Notifications
You must be signed in to change notification settings - Fork 156
/
version32.php
42 lines (37 loc) · 1.02 KB
/
version32.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php header('Access-Control-Allow-Origin: *'); ?>
<!DOCTYPE html>
<html>
<body>
<p><span class="label label-success">Release <span id="firmware_last">2.3 Rev 0</span> - Built on 2022/02/23
</span>
</p>
New:
<ul id="ordered">
<li> 2.3 R0:
<ul id="ordered">
<li>RAM optimization</li>
<li>Audio buffer size incremented.</li>
<li>Bugs correction: HTML chunks processing and Meta computing</li>
<li>Stack crash on http instant command removed</li>
<li>AAC Decoding improved</li>
</ul></li>
<li> 2.2 R1:
<ul id="ordered">
<li>Introducing WIFI QoS Ip precedence AC_VI</li>
<li>SPDIF output improved</li>
<li>DAC bugs removed.</li>
<li>AAC Decoding improved (but not perfect)</li>
<li>New patch for the vs1053. Play OGG too.</li>
</ul></li>
<li> 2.2 R0:
<ul id="ordered">
<li>Many internal optimizations</li>
<li>ascii unicode #&xxxx; decoded</li>
<li>aac decoder improved.</li>
<li>Added html commands volume+ and volume-</li>
</ul></li>
</ul>
New:
</p>
</body>
</html>