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

First cut of port of LED Strip configuration UI.

Thanks for the original code decompyler!
This commit is contained in:
Dominic Clifton 2015-01-08 21:46:43 +00:00
parent a348b5de8e
commit c5e2a13b6c
7 changed files with 585 additions and 0 deletions

View file

@ -102,6 +102,9 @@ $(document).ready(function () {
case 'tab_ports':
TABS.ports.initialize(content_ready);
break;
case 'tab_led_strip':
TABS.led_strip.initialize(content_ready);
break;
case 'tab_setup':
TABS.setup.initialize(content_ready);