This commit is contained in:
Rastislav Vysoky 2025-02-23 11:54:56 +01:00
parent f2ddfd101b
commit e46c451746

View file

@ -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;