Skip to content

Commit ab894c7

Browse files
committed
CR nitpick
1 parent d024ab5 commit ab894c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/firmware_flasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ firmware_flasher.initialize = async function (callback) {
820820
} else {
821821
// Maybe the board is in DFU mode, but it does not have permissions. Ask for them.
822822
console.log(`${self.logHead} No valid port detected, asking for permissions`);
823-
823+
824824
DFU.requestPermission().then((device) => {
825825
DFU.connect(device.path, firmware, options).catch(error => {
826826
console.error(`${self.logHead} DFU permission connection failed:`, error);

0 commit comments

Comments
 (0)