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:
parent
c08a8da011
commit
2578c09d09
1 changed files with 2 additions and 1 deletions
|
@ -616,7 +616,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
spiRxTypes.push(
|
||||
'FRSKY_X',
|
||||
'A7105_FLYSKY',
|
||||
'A7105_FLYSKY_2A'
|
||||
'A7105_FLYSKY_2A',
|
||||
'NRF24_KN'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue