Skip to content

Commit

Permalink
set power to low so doesn't break slides
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnototesLaptop committed Oct 26, 2024
1 parent 9754060 commit 9845916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class VerticalSlidesSubsystem implements Subsystem, Loggable {
public int slidePos;

@Log(name = "slidePow")
public double slidePow;
public double slidePow = .01;

@Log(name = "slideTarget")
public int slideTargetPos;
Expand Down

0 comments on commit 9845916

Please sign in to comment.