mirror of
https://github.com/meshcore-dev/flasher.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
bugfix
This commit is contained in:
parent
f2ddfd101b
commit
e46c451746
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ function setup() {
|
|||
}
|
||||
}
|
||||
else if(device.type === 'nrf52') {
|
||||
const dfu = this.flashing.instance = new Dfu(port, selected.wipe);
|
||||
const dfu = flashing.instance = new Dfu(port, selected.wipe);
|
||||
|
||||
const zipFile = await resp.blob();
|
||||
flashing.active = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue