Commit 28993647 authored by Skye Yu's avatar Skye Yu

update

parent 10d4c93c
...@@ -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 < 393230) return null; // if (this.versionNumber < 393230) 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