1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00
This commit is contained in:
Andi Kanzler 2024-02-11 14:30:43 -03:00
parent 53aebde936
commit 017a6553ff
8 changed files with 66 additions and 207 deletions

View file

@ -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();