Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 11, 2024
1 parent 8b6c1f9 commit 81fac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/UpdatePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class UpdatePanel extends Panel {
}

async fetchAndFlashFirmware() {
const targetDevice = this.vortexPort.name.toLowerCase();
let targetDevice = this.vortexPort.name.toLowerCase();
if (!targetDevice) {
targetDevice = this.editor.modesPanel.selectedDevice.toLowerCase();
}
Expand Down

0 comments on commit 81fac78

Please sign in to comment.