mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Merge pull request #538 from betaflight/dshot1200_proshot1000
Make DSHOT1200 visible and add PROSHOT1000
This commit is contained in:
commit
a8baaef858
1 changed files with 3 additions and 4 deletions
|
@ -225,10 +225,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
escprotocols.push('DSHOT150');
|
escprotocols.push('DSHOT150');
|
||||||
escprotocols.push('DSHOT300');
|
escprotocols.push('DSHOT300');
|
||||||
escprotocols.push('DSHOT600');
|
escprotocols.push('DSHOT600');
|
||||||
if (semver.gte(CONFIG.apiVersion, "1.26.0")) {
|
|
||||||
if (PID_ADVANCED_CONFIG.fast_pwm_protocol === 8) {
|
|
||||||
escprotocols.push('DSHOT1200');
|
escprotocols.push('DSHOT1200');
|
||||||
}
|
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
|
||||||
|
escprotocols.push('PROSHOT1000');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue