1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Merge pull request #538 from betaflight/dshot1200_proshot1000

Make DSHOT1200 visible and add PROSHOT1000
This commit is contained in:
Michael Keller 2017-07-05 00:33:23 +12:00 committed by GitHub
commit a8baaef858

View file

@ -225,10 +225,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
escprotocols.push('DSHOT150');
escprotocols.push('DSHOT300');
escprotocols.push('DSHOT600');
if (semver.gte(CONFIG.apiVersion, "1.26.0")) {
if (PID_ADVANCED_CONFIG.fast_pwm_protocol === 8) {
escprotocols.push('DSHOT1200');
}
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
escprotocols.push('PROSHOT1000');
}
}