Skip to content

Commit

Permalink
Patch u-s-f router bug
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Jan 7, 2025
1 parent 93be170 commit 3836e85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup-pyodide.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function setupPyodide(onStateChange) {
}
}
//side-load universal-silabs-flasher
const wheelPath = './universal_silabs_flasher-0.0.25-py3-none-any.whl';
const wheelPath = './universal_silabs_flasher-0.0.26-py3-none-any.whl';
await micropip.install.callKwargs({
requirements: wheelPath,
deps: false,
Expand Down
Binary file not shown.

0 comments on commit 3836e85

Please sign in to comment.