1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +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

@ -29,6 +29,7 @@ var _3D;
var DATAFLASH;
var SDCARD;
var BLACKBOX;
var TRANSPONDER;
var RC_deadband;
var SENSOR_ALIGNMENT;
var RX_CONFIG;
@ -217,6 +218,11 @@ var FC = {
blackboxRateDenom: 1
};
TRANSPONDER = {
supported: false,
data: []
};
RC_deadband = {
deadband: 0,
yaw_deadband: 0,