From 5c626f33e3f899c0c32a9227c10dad0a689dab58 Mon Sep 17 00:00:00 2001 From: odubois Date: Sun, 29 Mar 2026 23:30:52 +0200 Subject: [PATCH] test --- src/main/java/frc/robot/subsystems/LimeLight3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/subsystems/LimeLight3.java b/src/main/java/frc/robot/subsystems/LimeLight3.java index 7454e86..5a66220 100644 --- a/src/main/java/frc/robot/subsystems/LimeLight3.java +++ b/src/main/java/frc/robot/subsystems/LimeLight3.java @@ -10,7 +10,7 @@ import edu.wpi.first.networktables.NetworkTableEntry; import edu.wpi.first.networktables.NetworkTableInstance; import edu.wpi.first.wpilibj2.command.SubsystemBase; import frc.robot.LimelightHelpers; - + public class LimeLight3 extends SubsystemBase { NetworkTable table = NetworkTableInstance.getDefault().getTable("limelight-balaie"); NetworkTableEntry pipeline = table.getEntry("pipeline");