Removing duplicate TARGET_CUSTOM entry in serialRx configuration

10.3.x-maintenance
Sean Kelly 2017-05-07 07:48:15 -07:00
parent 09713b954b
commit f4293f5420
1 changed files with 0 additions and 4 deletions

View File

@ -478,10 +478,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
serialRXtypes.push('TARGET_CUSTOM');
}
if (semver.gte(CONFIG.apiVersion, "1.35.0")) {
serialRXtypes.push('TARGET_CUSTOM');
}
var serialRX_e = $('select.serialRX');
for (var i = 0; i < serialRXtypes.length; i++) {
serialRX_e.append('<option value="' + i + '">' + serialRXtypes[i] + '</option>');