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

Commit da1e1a48 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed VEHICLE_CURB_WEIGHT property" into tm-qpr-dev am: cc4486f9

parents 8ea510f3 cc4486f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -363,8 +363,9 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                         .prop = toInt(VehicleProperty::VEHICLE_CURB_WEIGHT),
                         .prop = toInt(VehicleProperty::VEHICLE_CURB_WEIGHT),
                         .access = VehiclePropertyAccess::READ,
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::STATIC,
                         .changeMode = VehiclePropertyChangeMode::STATIC,
                         .configArray = {/*gross weight kg=*/2948},
                 },
                 },
         .initialValue = {.int32Values = {30}}},
         .initialValue = {.int32Values = {2211 /*kg*/}}},


        {.config =
        {.config =
                 {
                 {