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

Move ESC_TELEMETRY to the ESC/Motor box

This commit is contained in:
Miguel Angel Mulero Martinez 2019-09-05 09:21:09 +02:00
parent 386c757e45
commit 85e2472010

View file

@ -78,7 +78,7 @@ var Features = function (config) {
if (semver.gte(CONFIG.apiVersion, "1.31.0")) {
features.push(
{bit: 25, group: 'rxMode', mode: 'select', name: 'RX_SPI'},
{bit: 27, group: 'other', name: 'ESC_SENSOR'}
{bit: 27, group: 'esc', name: 'ESC_SENSOR'}
);
}