Update to 2024.4.8.2

This commit is contained in:
thenetworkgrinch
2024-02-07 12:25:00 -06:00
parent 2a78abb56b
commit 78349d6f2d
111 changed files with 249 additions and 287 deletions

View File

@@ -20,7 +20,7 @@ public class CANCoderSwerve extends SwerveAbsoluteEncoder
/**
* Wait time for status frames to show up.
*/
private final double STATUS_TIMEOUT_SECONDS = 0.02;
public static double STATUS_TIMEOUT_SECONDS = 0.02;
/**
* CANCoder with WPILib sendable and support.
*/