From 3fe19b709e08b10cfbf8663d69740e109752f10d Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sun, 23 Apr 2017 13:06:24 -0700 Subject: [PATCH] Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based on MSP Version and not FC version --- tabs/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/configuration.js b/tabs/configuration.js index 7a89ede9..26b74fcc 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -456,7 +456,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) { serialRXtypes.push('Spektrum Bidir SRXL'); } - if (semver.gte(CONFIG.flightControllerVersion, "3.2.0")) { + if (semver.gte(CONFIG.apiVersion, "1.35.0")) { serialRXtypes.push('TARGET_CUSTOM'); }