Remove waiting between packets
This commit is contained in:
@@ -647,7 +647,6 @@ pub trait Device {
|
|||||||
if !matches!(self.get_device_state().connected, Some(true)) {
|
if !matches!(self.get_device_state().connected, Some(true)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
std::thread::sleep(Duration::from_secs(4));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if responded {
|
if responded {
|
||||||
|
|||||||
Reference in New Issue
Block a user