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

Commit 2549d569 authored by Jusik Chung's avatar Jusik Chung Committed by Android (Google) Code Review
Browse files

Merge "VHAL for PERF_VEHICLE_SPEED_DISPLAY." into tm-qpr-dev

parents cbcb5b53 c36d6be8
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -167,7 +167,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                         .maxSampleRate = 10.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 =
                 {
                         .prop = toInt(VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS),