add tolerance to yuancon usb report

pull/13/head
4yn 2022-07-28 02:12:28 +08:00
parent 17cd942148
commit 396e77ac38
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ impl HidJob {
0x02,
*disable_air,
|buf, input| {
if buf.len != 34 {
if buf.len != 34 && buf.len != 35 {
return;
}