Commit 1a73c3ac by pye52

-。-无意义的优化

parent 53ec2317
......@@ -16,7 +16,7 @@ public class DefaultQRCodeScan implements IQRCodeScan {
public DefaultQRCodeScan(String portPath) throws IOException, DeviceAlreadyOpenException {
serial = new Serial(portPath, 115200, 0);
this.serialPortIS = serial.getInputStream();
serialPortIS = serial.getInputStream();
}
@Override
......
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