change paint vibration to 35ms
This commit is contained in:
parent
2d98530976
commit
75f0bbb7ca
|
@ -51,7 +51,7 @@ bool InfiniPaint::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
|
|||
}
|
||||
|
||||
std::fill(b, b + bufferSize, selectColor);
|
||||
motor.RunForDuration(50);
|
||||
motor.RunForDuration(35);
|
||||
return true;
|
||||
default:
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue