]> git.taranathan.com Git - FRC2026.git/commitdiff
fix
authorethan863 <ethanmortensen20@gmail.com>
Fri, 20 Mar 2026 00:01:27 +0000 (17:01 -0700)
committerethan863 <ethanmortensen20@gmail.com>
Fri, 20 Mar 2026 00:01:27 +0000 (17:01 -0700)
src/main/java/frc/robot/RobotContainer.java
src/main/java/frc/robot/subsystems/LED/LED.java

index 34fcd7835b0a8bc6f230e8ef7e1475169b07c86b..0bd19a9d82689d221287cfe5be130eb8cd2cff21 100644 (file)
@@ -26,6 +26,7 @@ import frc.robot.commands.gpm.HardstopWarning;
 import frc.robot.commands.gpm.IntakeMovementCommand;
 import frc.robot.commands.gpm.RunSpindexer;
 import frc.robot.commands.gpm.Superstructure;
+import frc.robot.commands.led_comm.LEDDefaultCommand;
 import frc.robot.commands.vision.ShutdownAllPis;
 import frc.robot.constants.AutoConstants;
 import frc.robot.constants.Constants;
index 7ea78c37f8e4a1eb10029a252f433c52305f81f7..b35e83eab1767c277d58b17360692370a86d5382 100644 (file)
@@ -1,6 +1,5 @@
 package frc.robot.subsystems.LED;
 
-import com.ctre.phoenix.led.RainbowAnimation;
 import com.ctre.phoenix6.configs.CANdleConfigurator;
 import com.ctre.phoenix6.configs.CANdleFeaturesConfigs;
 import com.ctre.phoenix6.configs.LEDConfigs;