···234235 // New Lovense devices seem to be moving to the simplified LVS:<bytearray>; command format.
236 // I'm not sure if there's a good way to detect this.
237- let use_lvs = device_type == "OC";
238239 debug!(
240 "Device type {} initialized with {} vibrators {} using Mply",
···234235 // New Lovense devices seem to be moving to the simplified LVS:<bytearray>; command format.
236 // I'm not sure if there's a good way to detect this.
237+ //let use_lvs = device_type == "OC";
238239 debug!(
240 "Device type {} initialized with {} vibrators {} using Mply",
···1-extern crate tracing;
2#[macro_use]
3extern crate log;
4pub mod util;
···01#[macro_use]
2extern crate log;
3pub mod util;
+1-1
crates/intiface_engine/src/engine.rs
···99100 // Hang out until those listeners get sick of listening.
101 info!("Intiface CLI Setup finished, running server tasks until all joined.");
102- let mut server = setup_buttplug_server(options, &self.backdoor_server, dcm).await?;
103 let dcm = server
104 .device_manager()
105 .device_configuration_manager()
···99100 // Hang out until those listeners get sick of listening.
101 info!("Intiface CLI Setup finished, running server tasks until all joined.");
102+ let server = setup_buttplug_server(options, &self.backdoor_server, dcm).await?;
103 let dcm = server
104 .device_manager()
105 .device_configuration_manager()