Remove 2 sec waiting time

This commit is contained in:
Lennard Kittner
2025-10-18 18:04:17 +02:00
parent dc7c68b460
commit ba53b55d48

View File

@@ -383,8 +383,6 @@ pub trait Device {
if !self.get_device_state().connected.map_or(true, |c| c) {
break;
}
std::thread::sleep(Duration::from_secs_f64(2.));
println!("waiting 2s before sending the next packet ...");
}
if responded {