mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
feat: use modules instead of global bindings (#3245)
This commit is contained in:
parent
4412000c91
commit
771b840095
60 changed files with 433 additions and 341 deletions
|
@ -3,6 +3,9 @@ import { i18n } from "./localization";
|
|||
import FC from "./fc";
|
||||
import CONFIGURATOR from "./data_storage";
|
||||
import { gui_log } from "./gui_log";
|
||||
import inflection from "inflection";
|
||||
import PortHandler from "./port_handler";
|
||||
import { checkChromeRuntimeError } from "./utils/common";
|
||||
|
||||
const serial = {
|
||||
connected: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue