Skip to content

Commit ea74909

Browse files
authored
Merge pull request #412 from mikeller/hide_dshot_1200
Hide DShot1200 in GUI.
2 parents cc58529 + 79756f2 commit ea74909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tabs/configuration.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
214214
escprotocols.push('DSHOT300');
215215
escprotocols.push('DSHOT600');
216216
if (semver.gte(CONFIG.apiVersion, "1.26.0")) {
217-
escprotocols.push('DSHOT1200');
217+
if (PID_ADVANCED_CONFIG.fast_pwm_protocol === 8) {
218+
escprotocols.push('DSHOT1200');
219+
}
218220
}
219221
}
220222

0 commit comments

Comments
 (0)