We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ce2c commit 746a57fCopy full SHA for 746a57f
src/js/tabs/setup.js
@@ -270,7 +270,7 @@ setup.initialize = function (callback) {
270
}
271
272
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
273
- disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 0, 'DSHOT_TELEM');
+ disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 1, 'DSHOT_TELEM');
274
275
276
// Always the latest element
0 commit comments