mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Refactor config storage to use modules (#3189)
This commit is contained in:
parent
e6cbc22f6b
commit
2a4deed7cf
15 changed files with 148 additions and 117 deletions
|
@ -1,4 +1,5 @@
|
|||
import GUI from '../gui';
|
||||
import { i18n } from '../localization';
|
||||
|
||||
const help = {};
|
||||
help.initialize = function (callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue