From 7e7d84ec7433dc8ba82974cb08b20244da92ceca Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 1 Dec 2017 13:11:34 +1300 Subject: [PATCH] Added new SPI RX protocols. --- tabs/configuration.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tabs/configuration.js b/tabs/configuration.js index 2d9f0312..3a754676 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -581,6 +581,14 @@ TABS.configuration.initialize = function (callback, scrollPosition) { 'FRSKY_D' ]; + if (semver.gte(CONFIG.apiVersion, "1.37.0")) { + spiRxTypes.push( + 'FRSKY_X', + 'A7105_FLYSKY', + 'A7105_FLYSKY_2A' + ); + } + var spiRx_e = $('select.spiRx'); for (var i = 0; i < spiRxTypes.length; i++) { spiRx_e.append('');