Fix buttonless update

This commit is contained in:
thegecko
2021-02-19 16:46:42 +00:00
parent ac975010c5
commit 02d64e17af
2 changed files with 4 additions and 8 deletions

View File

@@ -510,7 +510,7 @@ export class SecureDfu extends EventDispatcher {
})
.then(() => {
this.log("sent DFU mode");
complete();
complete.call(this);
});
});
});