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

Added UI for SPI RX configuration.

This commit is contained in:
mikeller 2017-08-16 01:20:20 +12:00
parent b604bc7dba
commit 8210653c1d
5 changed files with 60 additions and 3 deletions

View file

@ -79,6 +79,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'}
);
}