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

Added KN protocol in SPI protocols selection

This commit is contained in:
fgiudice98 2018-03-26 12:00:56 +02:00 committed by GitHub
parent c08a8da011
commit 2578c09d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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