Add DSHOT600 and DSHOT150
parent
13dde333a5
commit
037f26259b
|
@ -1,3 +1,7 @@
|
|||
<span>2016.10.13 - 1.8.2 - BetaFlight</span>
|
||||
<ul>
|
||||
<li>Added DSHOT600 and DSHOT150</li>
|
||||
</ul>
|
||||
<span>2016.10.12 - 1.8.2 - BetaFlight</span>
|
||||
<ul>
|
||||
<li>More OSD parameters conform 3.0.1</li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "38",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"author": "Betaflight Squad",
|
||||
"name": "Betaflight - Configurator",
|
||||
"short_name": "Betaflight",
|
||||
|
|
|
@ -191,7 +191,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
}
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "3.1.0")) {
|
||||
escprotocols.push('DSHOT');
|
||||
escprotocols.push('DSHOT600');
|
||||
escprotocols.push('DSHOT150');
|
||||
}
|
||||
|
||||
var esc_protocol_e = $('select.escprotocol');
|
||||
|
|
Loading…
Reference in New Issue