Commit 9b36c9a3 authored by Skye Yu's avatar Skye Yu

update

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