Commit 57c54b95 authored by martin hou's avatar martin hou

fix: 取消录音中文件查询的闲忙检查

parent 8879d940
......@@ -1116,11 +1116,6 @@ Jensen.prototype.formatCard = function (seconds) {
Jensen.prototype.getRecordingFile = function (seconds) {
if ((this.model == 'hidock-h1' || this.model == 'hidock-h1e') && this.versionNumber < 327733) return null;
if (this.busy())
{
Logger.debug('jensen', 'dispatcher', 'cancel recording file query...');
return null;
}
return this.send(new Command(GET_RECORDING_FILE), seconds);
};
......
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