Commit 3093ac63 authored by Skye Yu's avatar Skye Yu

update

parent d7fcd3dc
...@@ -551,7 +551,7 @@ Jensen.prototype.factoryReset = async function (seconds) { ...@@ -551,7 +551,7 @@ Jensen.prototype.factoryReset = async function (seconds) {
return this.send(new Command(FACTORY_RESET), seconds); return this.send(new Command(FACTORY_RESET), seconds);
}; };
Jensen.prototype.restoreFactorySettings = async function (seconds) { Jensen.prototype.restoreFactorySettings = async function (seconds) {
if (this.versionNumber < 393475) return null; if (this.versionNumber < 393236) return null;
return this.send(new Command(RESTORE_FACTORY_SETTINGS), seconds); return this.send(new Command(RESTORE_FACTORY_SETTINGS), seconds);
}; };
Jensen.prototype.listFiles = async function () { Jensen.prototype.listFiles = async 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