1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00
This commit is contained in:
Scavanger 2024-04-18 18:30:48 -03:00
commit 6fe68a6b73
24 changed files with 1440 additions and 1574 deletions

View file

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