Skip to content

Commit 037f262

Browse files
committed
Add DSHOT600 and DSHOT150
1 parent 13dde33 commit 037f262

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<span>2016.10.13 - 1.8.2 - BetaFlight</span>
2+
<ul>
3+
<li>Added DSHOT600 and DSHOT150</li>
4+
</ul>
15
<span>2016.10.12 - 1.8.2 - BetaFlight</span>
26
<ul>
37
<li>More OSD parameters conform 3.0.1</li>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"minimum_chrome_version": "38",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Betaflight Squad",
66
"name": "Betaflight - Configurator",
77
"short_name": "Betaflight",

tabs/configuration.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
191191
}
192192

193193
if (semver.gte(CONFIG.flightControllerVersion, "3.1.0")) {
194-
escprotocols.push('DSHOT');
194+
escprotocols.push('DSHOT600');
195+
escprotocols.push('DSHOT150');
195196
}
196197

197198
var esc_protocol_e = $('select.escprotocol');

0 commit comments

Comments
 (0)