Use a better RANGE_REMAINING default
Test: adb shell cmd car_service get-property-value | grep 0x11600308 Bug: 173114224 Change-Id: Ice9a53b57e79a0166602249b5be9e3bcb03371ec
This commit is contained in:
parent
fc9c51d1a4
commit
c9e720b367
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ const ConfigDeclaration kVehicleProperties[]{
|
|||
.minSampleRate = 1.0f,
|
||||
.maxSampleRate = 2.0f,
|
||||
},
|
||||
.initialValue = {.floatValues = {100.0f}}}, // units in meters
|
||||
.initialValue = {.floatValues = {50000.0f}}}, // units in meters
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue