Make DSHOT1200 visible and add PROSHOT1000
parent
e4a1492dd1
commit
187759226c
|
@ -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');
|
||||
}
|
||||
escprotocols.push('DSHOT1200');
|
||||
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
|
||||
escprotocols.push('PROSHOT1000');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue