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:
Jordan Jozwiak 2020-11-11 18:44:08 -08:00
parent fc9c51d1a4
commit c9e720b367

View file

@ -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 =
{