Skip to content

Commit

Permalink
fix: Undo the write with response change on Lovense identification
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed Nov 4, 2023
1 parent a3e61af commit 5325f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buttplug/src/server/device/protocol/lovense.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl ProtocolIdentifier for LovenseIdentifier {
.await?;

loop {
let msg = HardwareWriteCmd::new(Endpoint::Tx, b"DeviceType;".to_vec(), true);
let msg = HardwareWriteCmd::new(Endpoint::Tx, b"DeviceType;".to_vec(), false);
hardware.write_value(&msg).await?;

select! {
Expand Down

0 comments on commit 5325f52

Please sign in to comment.