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

Commit cdc036a6 authored by Tyler Trephan's avatar Tyler Trephan
Browse files

Fixed VEHICLE_CURB_WEIGHT property

Test: atest CarPropertyManagerTest
Bug: 238677365
Change-Id: Iccea9313ec4654652be65e115ecebdcf7f68652f
parent 7fac4509
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -363,8 +363,9 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                         .prop = toInt(VehicleProperty::VEHICLE_CURB_WEIGHT),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::STATIC,
                         .configArray = {/*gross weight kg=*/2948},
                 },
         .initialValue = {.int32Values = {30}}},
         .initialValue = {.int32Values = {2211 /*kg*/}}},

        {.config =
                 {