Skip to content

Commit

Permalink
add Servo debug disable field (betaflight#4271)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored and OGCJM11 committed Dec 28, 2024
1 parent 16ab505 commit 9dbc366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ function update() {
};

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

Expand Down

0 comments on commit 9dbc366

Please sign in to comment.