1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Move ESC_SENSOR to the ESC/Motor box (#1622)

Move ESC_SENSOR to the ESC/Motor box
This commit is contained in:
Michael Keller 2019-09-07 12:35:03 +12:00 committed by GitHub
commit 9c98bbfd79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'}
);
}