mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Change min/max values to match config array in DefaultProperties.json"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ce4f43b79e
@@ -1943,7 +1943,7 @@
|
||||
},
|
||||
"areaId": 49,
|
||||
"minFloatValue": 16.0,
|
||||
"maxFloatValue": 32.0
|
||||
"maxFloatValue": 28.0
|
||||
},
|
||||
{
|
||||
"defaultValue": {
|
||||
@@ -1953,9 +1953,10 @@
|
||||
},
|
||||
"areaId": 68,
|
||||
"minFloatValue": 16.0,
|
||||
"maxFloatValue": 32.0
|
||||
"maxFloatValue": 28.0
|
||||
}
|
||||
],
|
||||
"comment": "minFloatValue and maxFloatValue in area config should match corresponding values in configArray",
|
||||
"configArray": [
|
||||
160,
|
||||
280,
|
||||
|
||||
Reference in New Issue
Block a user