1
0
Fork 0
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:
Bas Delfos 2017-07-25 22:21:02 +02:00
parent fc371852b2
commit a693761bff
9 changed files with 269 additions and 84 deletions

View file

@ -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();