Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version10.3.x-maintenance
parent
6119acf617
commit
457700f052
|
@ -478,7 +478,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
serialRXtypes.push('TARGET_CUSTOM');
|
||||
}
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "3.2.0")) {
|
||||
if (semver.gte(CONFIG.apiVersion, "1.35.0")) {
|
||||
serialRXtypes.push('TARGET_CUSTOM');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue