Skip to content

Commit

Permalink
resolved attitude log disabled flag enum position issue
Browse files Browse the repository at this point in the history
  • Loading branch information
demvlad committed Dec 5, 2024
1 parent e95e3a4 commit 39c0c20
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("Gyro"), 0, "Attitude");
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Accelerometer"), 0, "Attitude");
}
}

Expand Down

0 comments on commit 39c0c20

Please sign in to comment.