Skip to content

Commit

Permalink
The code readable improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
demvlad and haslinghuis authored Dec 6, 2024
1 parent 39c0c20 commit eb5017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ function update() {
'debug[5]': 'TPA Argument (Wing)',
};

DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Accelerometer"), 0, "Attitude");
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro") + 1, 0, "Attitude");
}
}

Expand Down

0 comments on commit eb5017f

Please sign in to comment.