CF - Use 1.36.0 as the RunCam split support API version.

Last published CF was 1.35.0
10.3.x-maintenance
Dominic Clifton 2017-07-07 14:27:06 +01:00 committed by Andrey Mironov
parent 808b42b41b
commit 9fdab6d8a7
1 changed files with 1 additions and 2 deletions

View File

@ -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 });
}