Skip to content

Commit

Permalink
add Servo debug disable field
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 6, 2024
1 parent eef91fb commit 75986c8
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 75986c8

Please sign in to comment.