Skip to content

Commit

Permalink
Fix arming flag
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Sep 3, 2024
1 parent 72e078b commit 6efbc04
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 6efbc04

Please sign in to comment.