mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
commit
aa6dede711
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
escprotocols.push('BRUSHED');
|
escprotocols.push('BRUSHED');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (CONFIG.flightControllerIdentifier == "BTFL" && semver.gte(CONFIG.flightControllerVersion, "3.1.0")) {
|
||||||
|
escprotocols.push('DSHOT');
|
||||||
|
}
|
||||||
|
|
||||||
var esc_protocol_e = $('select.escprotocol');
|
var esc_protocol_e = $('select.escprotocol');
|
||||||
|
|
||||||
for (var i = 0; i < escprotocols.length; i++) {
|
for (var i = 0; i < escprotocols.length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue