Skip to content

Commit

Permalink
Speed up squeeze activity slightly (see #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasota committed Jan 28, 2020
1 parent 92a87f8 commit fe722f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum State {
private State currentState = State.STOPPED;
private static final int numBackgroundImages = 20;
private static final int squeezeThreshold = 5;
private static final long defaultAnimSpeed = 65000L;
private static final long defaultAnimSpeed = 55000L;

private final SqueezeCopingSkillActivity activity;
private final BleSqueezeScanner bleSqueezeScanner;
Expand Down

0 comments on commit fe722f6

Please sign in to comment.