CF - Use 1.36.0 as the RunCam split support API version.
Last published CF was 1.35.010.3.x-maintenance
parent
808b42b41b
commit
9fdab6d8a7
|
@ -43,8 +43,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
|||
functionRules.push({ name: 'TELEMETRY_IBUS', groups: ['telemetry'], maxPorts: 1 });
|
||||
}
|
||||
|
||||
// support configure RunCam Split
|
||||
if (semver.gte(CONFIG.apiVersion, "1.37.0")) {
|
||||
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
|
||||
functionRules.push({ name: 'RUNCAM_SPLIT_CONTROL', groups: ['peripherals'], maxPorts: 1 });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue