public static final SN_DoublePreference turretSnapAwayIntake = new SN_DoublePreference("turretSnapToIntake", 90);
public static final SN_DoublePreference turretSnapToIntake = new SN_DoublePreference("turretSnapAwayIntake", -90);
In #345 in RobotPreferences.java lines 159 and 160 were changed to this. Can you spot the error?
In #345 in
RobotPreferences.java
lines 159 and 160 were changed to this. Can you spot the error?