mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
This commit is contained in:
parent
6ce9dc7773
commit
3fe19b709e
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue