v2.3.0 #5
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ impl Device{
|
|||
log::info!("Serial found for device {}",self.serial);
|
||||
break;
|
||||
},
|
||||
Response::DebugInit => { continue; }
|
||||
Response::DebugInit | Response::Empty | Response::EmptyNewline => { continue; }
|
||||
_ => {
|
||||
log::error!("Bad value: {:?}",return_value);
|
||||
todo!();
|
||||
|
|
Loading…
Add table
Reference in a new issue