Skip to content

Commit 2d0869a

Browse files
committed
Add DSHOT300 to the list
1 parent c52cbab commit 2d0869a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tabs/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
192192

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

0 commit comments

Comments
 (0)