Skip to content

Commit 746a57f

Browse files
authored
[10.10.1] Fix arming flag (#4152)
1 parent 866ce2c commit 746a57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ setup.initialize = function (callback) {
270270
}
271271

272272
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
273-
disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 0, 'DSHOT_TELEM');
273+
disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 1, 'DSHOT_TELEM');
274274
}
275275

276276
// Always the latest element

0 commit comments

Comments
 (0)