···234234235235 // New Lovense devices seem to be moving to the simplified LVS:<bytearray>; command format.
236236 // I'm not sure if there's a good way to detect this.
237237- let use_lvs = device_type == "OC";
237237+ //let use_lvs = device_type == "OC";
238238239239 debug!(
240240 "Device type {} initialized with {} vibrators {} using Mply",
···11-extern crate tracing;
21#[macro_use]
32extern crate log;
43pub mod util;
+1-1
crates/intiface_engine/src/engine.rs
···9999100100 // Hang out until those listeners get sick of listening.
101101 info!("Intiface CLI Setup finished, running server tasks until all joined.");
102102- let mut server = setup_buttplug_server(options, &self.backdoor_server, dcm).await?;
102102+ let server = setup_buttplug_server(options, &self.backdoor_server, dcm).await?;
103103 let dcm = server
104104 .device_manager()
105105 .device_configuration_manager()