Update ma3 correctly

This commit is contained in:
thenetworkgrinch
2024-01-18 10:43:29 -06:00
parent c47e9cfd38
commit 8528c50c04

View File

@@ -85,7 +85,6 @@ public class DeviceJson
return new SparkMaxEncoderSwerve(motor, 360);
case "canandcoder_can":
return new CanAndCoderSwerve(id);
case "ma3":
case "ctre_mag":
case "rev_hex":
case "throughbore":
@@ -93,6 +92,7 @@ public class DeviceJson
case "dutycycle":
return new PWMDutyCycleEncoderSwerve(id);
case "thrifty":
case "ma3":
case "analog":
return new AnalogAbsoluteEncoderSwerve(id);
case "cancoder":