Add DSHOT600 and DSHOT150

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-10-13 00:48:38 +02:00
parent 13dde333a5
commit 037f26259b
3 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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",

View File

@ -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');