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

Commit e0cdf5ce authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9641457 from 2549d569 to tm-qpr3-release

Change-Id: If46422a98f3f0fd99d4c7f9c4e719034aec25c4b
parents 4e6d6681 2549d569
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -167,7 +167,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                         .maxSampleRate = 10.0f,
                         .maxSampleRate = 10.0f,
                 },
                 },
         .initialValue = {.floatValues = {0.0f}}},
         .initialValue = {.floatValues = {0.0f}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::PERF_VEHICLE_SPEED_DISPLAY),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::CONTINUOUS,
                         .minSampleRate = 1.0f,
                         .maxSampleRate = 10.0f,
                 },
         .initialValue = {.floatValues = {0.0f}}},
        {.config =
        {.config =
                 {
                 {
                         .prop = toInt(VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS),
                         .prop = toInt(VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS),