mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Serial backend modules (#3192)
This commit is contained in:
parent
e64873aec9
commit
4582f4d39e
35 changed files with 122 additions and 34 deletions
|
@ -1,5 +1,9 @@
|
|||
import { i18n } from '../localization';
|
||||
import GUI from '../gui';
|
||||
import { configuration_backup, configuration_restore } from '../backup_restore';
|
||||
import { have_sensor } from '../serial_backend';
|
||||
import { mspHelper } from '../msp/MSPHelper';
|
||||
import FC from '../fc';
|
||||
|
||||
const setup = {
|
||||
yaw_fix: 0.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue