Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 11, 2024
1 parent 992bbf5 commit 8b6c1f9
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 @@ -80,7 +80,7 @@ export default class UpdatePanel extends Panel {
async fetchAndFlashFirmware() {
const targetDevice = this.vortexPort.name.toLowerCase();
if (!targetDevice) {
targetDevice = this.editor.modesPanel.selectedDevice.toLower();
targetDevice = this.editor.modesPanel.selectedDevice.toLowerCase();
}
if (deviceLower === 'none') {
throw new Error(`Select a device first`);
Expand Down

0 comments on commit 8b6c1f9

Please sign in to comment.