mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
This commit is contained in:
commit
6fe68a6b73
24 changed files with 1440 additions and 1574 deletions
|
@ -12,6 +12,8 @@ const { GUI } = require('./../gui');
|
|||
const interval = require('./../intervals');
|
||||
const { usbDevices, PortHandler } = require('./../port_handler');
|
||||
const ConnectionSerial = require('./../connection/connectionSerial');
|
||||
const STM32DFU = require('./stm32usbdfu');
|
||||
const i18n = require('./../localization');
|
||||
|
||||
var STM32_protocol = function () {
|
||||
this.baud;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue