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:
parent
0123388a7f
commit
8aa40f1a2c
4 changed files with 144 additions and 135 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue