mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 04:15:32 +03:00
Serial backend modules (#3192)
This commit is contained in:
parent
e64873aec9
commit
4582f4d39e
35 changed files with 122 additions and 34 deletions
|
@ -5,6 +5,9 @@ import { get as getStorage, set as setStorage } from '../SessionStorage';
|
|||
import BuildApi from '../BuildApi';
|
||||
import ConfigInserter from "../ConfigInserter.js";
|
||||
import { tracking } from "../Analytics";
|
||||
import MspHelper from '../msp/MSPHelper';
|
||||
import STM32 from '../protocols/stm32';
|
||||
import FC from '../fc';
|
||||
|
||||
const firmware_flasher = {
|
||||
targets: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue