Skip to content

Commit

Permalink
[10.10.1] Fix arming flag (#4152)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Sep 16, 2024
1 parent 866ce2c commit 746a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ setup.initialize = function (callback) {
}

if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 0, 'DSHOT_TELEM');
disarmFlagElements.splice(disarmFlagElements.indexOf('RPMFILTER'), 1, 'DSHOT_TELEM');
}

// Always the latest element
Expand Down

0 comments on commit 746a57f

Please sign in to comment.