mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-05-07 21:26:24 +02:00
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…
x
Reference in New Issue
Block a user