Commit f8501b54 authored by martin hou's avatar martin hou

trace....

parent 239aac54
...@@ -1250,6 +1250,7 @@ Jensen.prototype.getSettings = async function (seconds) { ...@@ -1250,6 +1250,7 @@ Jensen.prototype.getSettings = async function (seconds) {
} }
if (this.isLiveMode()) return null; if (this.isLiveMode()) return null;
// if (this.busy()) return null; // if (this.busy()) return null;
console.error('xxxx', 'getSettings');
return this.send(new Command(GET_SETTINGS), seconds); return this.send(new Command(GET_SETTINGS), 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