update version to 101003,打开均衡器
This commit is contained in:
parent
e7dac5d904
commit
db36088350
|
@ -94,14 +94,14 @@
|
|||
"TREBLE": true
|
||||
},
|
||||
"modes": {
|
||||
"NIGHT": false,
|
||||
"MOVIE": false,
|
||||
"MUSIC": false,
|
||||
"SPORT": false,
|
||||
"TV": false
|
||||
"NIGHT": true,
|
||||
"MOVIE": true,
|
||||
"MUSIC": true,
|
||||
"SPORT": true,
|
||||
"TV": true
|
||||
},
|
||||
"defaultState": {
|
||||
"mode": "NONE",
|
||||
"mode": "MUSIC",
|
||||
"bands": {
|
||||
"BASS": 0,
|
||||
"MIDRANGE": 0,
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
bootargs = "console=tty0 console=ttyS0,921600n1 ubi.mtd=8 root=ubi0:aud8516p1v2-consys-slc-128-rootfs rootfstype=ubifs vmalloc=496M androidboot.hardware=aud8516p1_linux";
|
||||
};
|
||||
version {
|
||||
ver= "101002";
|
||||
ver= "101003";
|
||||
};
|
||||
|
||||
/* sensor standardization */
|
||||
|
|
Loading…
Reference in New Issue