mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
This commit is contained in:
parent
a348b5de8e
commit
c5e2a13b6c
7 changed files with 585 additions and 0 deletions
3
main.js
3
main.js
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue