mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #563 from basdelfos/beeper-config
Add beeper configuration to Configuration tab
This commit is contained in:
commit
214496b9f1
9 changed files with 285 additions and 84 deletions
5
js/fc.js
5
js/fc.js
|
@ -3,6 +3,7 @@
|
|||
// define all the global variables that are uses to hold FC state
|
||||
var CONFIG;
|
||||
var FEATURE_CONFIG;
|
||||
var BEEPER_CONFIG;
|
||||
var MIXER_CONFIG;
|
||||
var BOARD_ALIGNMENT_CONFIG;
|
||||
var LED_STRIP;
|
||||
|
@ -82,6 +83,10 @@ var FC = {
|
|||
features: 0,
|
||||
};
|
||||
|
||||
BEEPER_CONFIG = {
|
||||
beepers: 0,
|
||||
};
|
||||
|
||||
MIXER_CONFIG = {
|
||||
mixer: 0,
|
||||
reverseMotorDir: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue