add support for flashing esp32 devices

This commit is contained in:
liamcottle
2024-07-24 20:26:12 +12:00
parent 3a82479fe1
commit 4946a8a71a
2 changed files with 261 additions and 48 deletions

View File

@@ -178,10 +178,6 @@ class Nrf52DfuFlasher {
console.log("Sending firmware");
await this.sendFirmware(firmware, progressCallback);
// close port
console.log("Closing serial port");
await this.serialPort.close();
// todo
// sleep(self.dfu_transport.get_activate_wait_time())