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

Commit e66a30e4 authored by Sean Hong's avatar Sean Hong Committed by Automerger Merge Worker
Browse files

Merge "Add ENGINE_COOLANT_TEMP property for the emulator" into tm-qpr-dev am: d2c9ac62

parents d6a28f3f d2c9ac62
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -713,6 +713,16 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                 },
         .initialValue = {.int32Values = {toInt(VehicleIgnitionState::ON)}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::ENGINE_COOLANT_TEMP),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::CONTINUOUS,
                         .minSampleRate = 1.0f,
                         .maxSampleRate = 10.0f,
                 },
         .initialValue = {.floatValues = {75.0f}}},

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