Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
added missing lovense multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
mftrips committed Apr 21, 2018
1 parent 96db0d7 commit d1d1f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public ButtplugMessage invoke(ButtplugDeviceMessage msg) {
Lovense.this.info.getCharacteristics().get(LovenseRev1BluetoothInfo.Chrs.Tx.ordinal()),
String.format("Vibrate%s:%s;",
Lovense.this.vibratorCount == 1 ? "" : speed.index + 1,
speed.getSpeed()).getBytes()).get();
(int) (speed.getSpeed() * 20)).getBytes()).get();
if (!(res instanceof Ok)) {
return res;
}
Expand Down

0 comments on commit d1d1f05

Please sign in to comment.