1
0
Fork 0
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:
borisbstyle 2017-07-28 23:36:53 +02:00 committed by GitHub
commit 214496b9f1
9 changed files with 285 additions and 84 deletions

View file

@ -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,