Skip to content

Commit

Permalink
Merge pull request #30 from iamawesomecat/main
Browse files Browse the repository at this point in the history
singular launcher angle shuffleboard fix
  • Loading branch information
iamawesomecat authored Feb 3, 2024
2 parents b9a48f0 + a4ff80e commit 620fe65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class LauncherSubsystem extends SubsystemBase {

private final GenericEntry launcherAngleEntry =
Shuffleboard.getTab("Launcher")
.add("Launcher angle", getAngle())
.add("Launcher angle", 0)
.withSize(1, 1)
.withWidget(BuiltInWidgets.kTextView)
.getEntry();
Expand Down

0 comments on commit 620fe65

Please sign in to comment.