1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

CF/BF - Initial port of power/battery tab from CF 1.x.

The voltage and amperage meters cannot yet be configured and are
disabled.
This commit is contained in:
Hydra 2017-04-01 22:01:16 +01:00 committed by Michael Keller
parent 43f1468451
commit 1752c5d39d
11 changed files with 723 additions and 22 deletions

View file

@ -149,6 +149,9 @@ $(document).ready(function () {
case 'osd':
TABS.osd.initialize(content_ready);
break;
case 'power':
TABS.power.initialize(content_ready);
break;
case 'setup':
TABS.setup.initialize(content_ready);
break;