Update reliability

This commit is contained in:
thenetworkgrinch
2024-08-24 17:40:19 -05:00
parent 1b464310d3
commit 73b253bce8
123 changed files with 149 additions and 129 deletions

View File

@@ -71,7 +71,7 @@ public class DeviceJson
case "attached":
return new SparkMaxEncoderSwerve(motor, 1);
case "sparkmax_analog":
return new SparkMaxAnalogEncoderSwerve(motor);
return new SparkMaxAnalogEncoderSwerve(motor, 3.3);
case "canandcoder":
return new SparkMaxEncoderSwerve(motor, 360);
case "canandcoder_can":