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

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

Merge "vibrator: Updare haptic tuning setting V5 (IMU)" into rvc-d1-dev am: a3a89e93

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12147202

Change-Id: Idbedd4e4090b27dd8095c370a11f7d3508988b8a
parents a088de97 a3a89e93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";

// UT team design those target G values
static std::array<float, 5> EFFECT_TARGET_G = {0.275, 0.55, 0.6, 0.9, 1.12};
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.0};
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.3};

struct SensorContext {
    ASensorEventQueue *queue;