diff --git a/vibrator/drv2624/Vibrator.cpp b/vibrator/drv2624/Vibrator.cpp index 76d442b..90bbcb1 100644 --- a/vibrator/drv2624/Vibrator.cpp +++ b/vibrator/drv2624/Vibrator.cpp @@ -60,7 +60,7 @@ static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0"; // UT team design those target G values static std::array EFFECT_TARGET_G = {0.275, 0.55, 0.6, 0.9, 1.12}; -static std::array STEADY_TARGET_G = {2.1, 1.145, 0.82}; +static std::array STEADY_TARGET_G = {2.0, 1.145, 1.0}; struct SensorContext { ASensorEventQueue *queue;