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

Commit e64787b3 authored by Tyler Trephan's avatar Tyler Trephan Committed by Automerger Merge Worker
Browse files

Merge "Added FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME" into tm-qpr-dev am: 0f36c8ae

parents 20405515 0f36c8ae
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -478,6 +478,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                 },
         .initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},

        {.config =
                 {
                         .prop = toInt(
                                 VehicleProperty::FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME),
                         .access = VehiclePropertyAccess::READ_WRITE,
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                 },
         .initialValue = {.int32Values = {1}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::HW_KEY_INPUT),