Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9460e189 authored by shrikar's avatar shrikar Committed by Shrikar Amirisetty
Browse files

Change min/max values to match config array in DefaultProperties.json

Bug: 261481870
Test: atest CarPropertyManagerTest
Change-Id: Ifcd9f5a545748360b49a89ab63a5642887eca6da
parent 29e1bf6b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1920,7 +1920,7 @@
                    },
                    "areaId": 49,
                    "minFloatValue": 16.0,
                    "maxFloatValue": 32.0
                    "maxFloatValue": 28.0
                },
                {
                    "defaultValue": {
@@ -1930,9 +1930,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,