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:
parent
386c757e45
commit
85e2472010
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue