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

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

Merge "Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array" into tm-dev am: 5d66c5fa

parents 81491ddf 5d66c5fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -292,8 +292,9 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                         .prop = toInt(VehicleProperty::EV_CHARGE_CURRENT_DRAW_LIMIT),
                         .access = VehiclePropertyAccess::READ_WRITE,
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                         .configArray = {/*max current draw allowed by vehicle in amperes=*/20},
                 },
         .initialValue = {.floatValues = {(float)VehicleUnit::AMPERE}}},
         .initialValue = {.floatValues = {(float)12.5}}},

        {.config =
                 {