A little bit of shuffleboard

This commit is contained in:
Bradley Bickford 2025-08-02 16:42:25 -04:00
parent db1de38d13
commit a1aaf44cf9
2 changed files with 5 additions and 0 deletions

0
gradlew vendored Normal file → Executable file
View File

View File

@ -129,6 +129,11 @@ public class RobotContainer {
.withSize(2, 1)
.withWidget(BuiltInWidgets.kBooleanBox);
tab.addBoolean("One Handed Mode?", () -> oneHandedMode)
.withPosition(2, 0)
.withSize(2, 1)
.withWidget(BuiltInWidgets.kBooleanBox);
Shuffleboard.selectTab("DRIVE");
}