mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2026-05-12 02:25:07 +08:00
Fix buttonless update
This commit is contained in:
@@ -510,7 +510,7 @@ export class SecureDfu extends EventDispatcher {
|
||||
})
|
||||
.then(() => {
|
||||
this.log("sent DFU mode");
|
||||
complete();
|
||||
complete.call(this);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user