Skip to content

Commit

Permalink
Fix tabs/cli.js and tabs/firmware_flasher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Apr 29, 2024
1 parent f4ee686 commit f15c804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tabs/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { globalSettings } = require('./../js/globalSettings');
const CliAutoComplete = require('./../js/CliAutoComplete');
const { ConnectionType } = require('./../js/connection/connection');
const jBox = require('./../js/libraries/jBox/jBox.min');
const mspDeduplicationQueue = require('./msp/mspDeduplicationQueue');
const mspDeduplicationQueue = require('./../js/msp/mspDeduplicationQueue');

TABS.cli = {
lineDelayMs: 50,
Expand Down
2 changes: 1 addition & 1 deletion tabs/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const mspQueue = require('./../js/serial_queue');
const mspHelper = require('./../js/msp/MSPHelper');
const STM32 = require('./../js/protocols/stm32');
const STM32DFU = require('./../js/protocols/stm32usbdfu');
const mspDeduplicationQueue = require('./msp/mspDeduplicationQueue');
const mspDeduplicationQueue = require('./../js/msp/mspDeduplicationQueue');

TABS.firmware_flasher = {};
TABS.firmware_flasher.initialize = function (callback) {
Expand Down

0 comments on commit f15c804

Please sign in to comment.