Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a8e83d81e
|
|||
09d6484535
|
|||
238c4ba791
|
|||
d93b86b9f0 |
@@ -423,7 +423,9 @@ impl OptionsInfo {
|
|||||||
"clientPin" => options.client_pin = Some(decoder.bool()?),
|
"clientPin" => options.client_pin = Some(decoder.bool()?),
|
||||||
"up" => options.up = decoder.bool()?,
|
"up" => options.up = decoder.bool()?,
|
||||||
"uv" => options.uv = Some(decoder.bool()?),
|
"uv" => options.uv = Some(decoder.bool()?),
|
||||||
_ => continue,
|
_ => {
|
||||||
|
decoder.bool()?;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(options)
|
Ok(options)
|
||||||
|
Reference in New Issue
Block a user