1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Added configuration of KISS ESC Telemetry

This commit is contained in:
Bas Delfos 2016-11-18 00:34:31 +01:00
parent 0123388a7f
commit 8aa40f1a2c
4 changed files with 144 additions and 135 deletions

View file

@ -21,7 +21,8 @@ var Features = function (config) {
{bit: 15, group: 'rssi', name: 'RSSI_ADC'},
{bit: 16, group: 'other', name: 'LED_STRIP'},
{bit: 17, group: 'other', name: 'DISPLAY'},
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true}
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true},
{bit: 27, group: 'other', name: 'ESC_TELEMETRY'}
];
if (semver.gte(config.apiVersion, "1.12.0")) {