mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05: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');
|
||||
}
|
||||
|
||||
if (CONFIG.flightControllerIdentifier == "BTFL" && semver.gte(CONFIG.flightControllerVersion, "3.1.0")) {
|
||||
escprotocols.push('DSHOT');
|
||||
}
|
||||
|
||||
var esc_protocol_e = $('select.escprotocol');
|
||||
|
||||
for (var i = 0; i < escprotocols.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue