1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Serial backend modules (#3192)

This commit is contained in:
Tomas Chmelevskij 2023-01-08 07:13:20 +01:00 committed by GitHub
parent e64873aec9
commit 4582f4d39e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 122 additions and 34 deletions

View file

@ -1,6 +1,8 @@
import { i18n } from '../localization';
import GUI from '../gui';
import { tracking } from "../Analytics";
import { mspHelper } from '../msp/MSPHelper';
import FC from '../fc';
const power = {
supported: false,