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

Hide Esc Sensor for non digital protocols

Move to CSS

white space

Css Fixing
This commit is contained in:
Asizon 2020-02-24 10:12:04 +01:00
parent 140509eea3
commit 8171d44bf5
4 changed files with 15 additions and 2 deletions

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: 'esc', name: 'ESC_SENSOR'}
{bit: 27, group: 'escSensor', name: 'ESC_SENSOR'}
);
}