Commit a3c5950e by patpat

优化代码

parent 18e76909
......@@ -98,9 +98,8 @@ public class QRCodeTask {
byte[] b = new byte[64];
int l = serial.getInputStream().read(b);
pushBuf(b, l);
} catch (Exception e) {
} catch (Exception e) {}
}
try {
Thread.sleep(0);
} catch (InterruptedException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment