mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
Firmware flasher, BLE, TCP, UDP -> Electron
This commit is contained in:
parent
2f880e218d
commit
7df8253099
36 changed files with 733 additions and 656 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
|
||||
/*global chrome,GUI,TABS,nwdialog,$*/
|
||||
/*global chrome,GUI,TABS,$*/
|
||||
TABS.cli = {
|
||||
lineDelayMs: 50,
|
||||
profileSwitchDelayMs: 100,
|
||||
|
@ -159,7 +159,7 @@ TABS.cli.initialize = function (callback) {
|
|||
}
|
||||
|
||||
const fs = require('fs');
|
||||
fs.writeFile(result.filePath , self.outputHistory, (err) => {
|
||||
fs.writeFile(result.filePath, self.outputHistory, (err) => {
|
||||
if (err) {
|
||||
GUI.log(localization.getMessage('ErrorWritingFile'));
|
||||
return console.error(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue