Skip to content

Commit

Permalink
fix: wait between multi-target firmware updates (#6395)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 12, 2023
1 parent 1c9ea88 commit fd28c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zwave-js/src/lib/node/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4943,6 +4943,8 @@ protocol version: ${this.protocolVersion}`;
this.id,
`Continuing with next part in ${conservativeWaitTime} seconds...`,
);

await wait(conservativeWaitTime * 1000, true);
}
}

Expand Down

0 comments on commit fd28c7e

Please sign in to comment.