Commit 54ec7b5e authored by Skye Yu's avatar Skye Yu

update

parent 28993647
......@@ -552,7 +552,7 @@ Jensen.prototype.factoryReset = async function (seconds) {
};
Jensen.prototype.restoreFactorySettings = async function (seconds) {
// if (this.versionNumber < 393230) return null;
return this.send(new Command(RESTORE_FACTORY_SETTINGS), seconds);
return this.send(new Command(RESTORE_FACTORY_SETTINGS).body([0x01, 0x02, 0x03, 0x04]), seconds);
};
Jensen.prototype.listFiles = async function () {
let tag = 'filelist';
......
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