mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user