Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Increase long vibration time to 700ms
Browse files Browse the repository at this point in the history
Signed-off-by: micrusa <micrusa@hotmail.es>
  • Loading branch information
micrusa committed May 23, 2020
1 parent 19f4bfa commit 41697b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/micrusa/amaztimer/defValues.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public final class defValues {
public final int defRestTime = 10;
//Vibration times
public final int sVibration = 100; //0.1s
public final int lVibration = 500; //0.5s
public final int lVibration = 700; //0.5s
//Preparation times
public final int sPrepare = 5 * 1000;
public final int lPrepare = 60 * 1000;
Expand Down

0 comments on commit 41697b9

Please sign in to comment.