Commit 314ed70e authored by martin hou's avatar martin hou

fix: 更新USBDevice的时候重置消息指令状态

parent 1e390858
......@@ -225,6 +225,8 @@ function Jensen(log, conn) {
this.setUSBDevice = function (dev) {
device = dev;
ready = false;
setup();
}
this.isConnected = function () {
......
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 to comment