Merge pull request #991 from fgiudice98/master

Added KN protocol in SPI protocols selection
10.3.x-maintenance
Michael Keller 2018-03-27 01:13:26 +13:00 committed by GitHub
commit 4e64318c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -616,7 +616,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
spiRxTypes.push(
'FRSKY_X',
'A7105_FLYSKY',
'A7105_FLYSKY_2A'
'A7105_FLYSKY_2A',
'NRF24_KN'
);
}