Commit 2ddf0a52 authored by martin hou's avatar martin hou

fix: 取消对REALTIME_CONTROL的识别

parent 0402787d
......@@ -278,7 +278,7 @@ function Jensen(log, conn) {
}
this.isLiveMode = function() {
return lastCommand == REALTIME_TRANSFER || lastCommand == REALTIME_CONTROL;
return lastCommand == REALTIME_TRANSFER;
}
this.setUSBDevice = function (dev) {
......
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