Skip to content

Commit

Permalink
Probe router firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl committed Jan 7, 2025
1 parent 15abc33 commit 25b8caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flashing-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,14 @@ export class FlashingDialog extends LitElement {
[PyApplicationType.CPC, this.manifest.baudrates.cpc],
[PyApplicationType.EZSP, this.manifest.baudrates.ezsp],
[PyApplicationType.SPINEL, this.manifest.baudrates.spinel],
[PyApplicationType.ROUTER, this.manifest.baudrates.router],
]),
probe_methods: [
PyApplicationType.GECKO_BOOTLOADER,
PyApplicationType.CPC,
PyApplicationType.EZSP,
PyApplicationType.SPINEL,
PyApplicationType.ROUTER,
],
device: '/dev/webserial', // the device name is ignored
});
Expand Down

0 comments on commit 25b8caf

Please sign in to comment.