mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Add beeper configuration to Configuration tab
This commit is contained in:
parent
fc371852b2
commit
a693761bff
9 changed files with 269 additions and 84 deletions
|
@ -301,6 +301,7 @@ function onConnect() {
|
|||
|
||||
if (CONFIG.flightControllerVersion !== '') {
|
||||
FEATURE_CONFIG.features = new Features(CONFIG);
|
||||
BEEPER_CONFIG.beepers = new Beepers(CONFIG);
|
||||
|
||||
$('#tabs ul.mode-connected').show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue