mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for them on the configuration tab.
This commit is contained in:
parent
5c2273bd65
commit
1a58bfcf82
13 changed files with 490 additions and 37 deletions
3
main.js
3
main.js
|
@ -136,6 +136,9 @@ $(document).ready(function () {
|
|||
case 'failsafe':
|
||||
TABS.failsafe.initialize(content_ready);
|
||||
break;
|
||||
case 'transponder':
|
||||
TABS.transponder.initialize(content_ready);
|
||||
break;
|
||||
case 'setup':
|
||||
TABS.setup.initialize(content_ready);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue