Skip to content

Commit

Permalink
Add DSHOT600 and DSHOT150
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbstyle committed Oct 12, 2016
1 parent 13dde33 commit 037f262
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion tabs/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 037f262

Please sign in to comment.