1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Removed Dshot1200 protocol. (#1614)

Removed Dshot1200 protocol.
This commit is contained in:
Michael Keller 2019-09-05 02:09:00 +12:00 committed by GitHub
commit 386c757e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,7 +412,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
escprotocols.push('DSHOT150');
escprotocols.push('DSHOT300');
escprotocols.push('DSHOT600');
escprotocols.push('DSHOT1200');
if (semver.lt(CONFIG.apiVersion, "1.42.0")) {
escprotocols.push('DSHOT1200');
}
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
escprotocols.push('PROSHOT1000');
}