1
0
Fork 0
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:
Dominic Clifton 2016-01-08 12:47:54 +01:00
parent 5c2273bd65
commit 1a58bfcf82
13 changed files with 490 additions and 37 deletions

View file

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