mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
CLI
This commit is contained in:
parent
53aebde936
commit
017a6553ff
8 changed files with 66 additions and 207 deletions
|
@ -2,7 +2,7 @@ window.$ = window.jQuery = require('jquery'),
|
|||
require('jquery-ui-dist/jquery-ui');
|
||||
const { SerialPort } = require('serialport');
|
||||
const path = require('path');
|
||||
const { app } = require('@electron/remote');
|
||||
const { app, dialog } = require('@electron/remote');
|
||||
const ol = require('openlayers');
|
||||
const Store = require('electron-store');
|
||||
const store = new Store();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue