Skip to content

Commit cf37266

Browse files
committed
Remove DSHOT900
1 parent 603ea4e commit cf37266

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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.01.11 - 1.8.7 - BetaFlight</span>
2+
<ul>
3+
<li>Added DSHOT1200</li>
4+
</ul>
15
<span>2016.01.09 - 1.8.6 - BetaFlight</span>
26
<ul>
37
<li>Added new 3.1 parameters</li>

tabs/configuration.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
209209
escprotocols.push('DSHOT150');
210210
escprotocols.push('DSHOT300');
211211
escprotocols.push('DSHOT600');
212+
if (semver.gte(CONFIG.apiVersion, "1.26.0")) {
213+
escprotocols.push('DSHOT1200');
214+
}
212215
}
213216

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

0 commit comments

Comments
 (0)