mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Make it Work
This commit is contained in:
@@ -47,9 +47,9 @@ public class Storage extends SubsystemBase {
|
||||
boolean beam_on = m_beamSensors[0].get();
|
||||
|
||||
if (beam_on) {
|
||||
System.err.println("Beam on");
|
||||
//System.err.println("Beam on");
|
||||
} else {
|
||||
System.err.println("Beam off");
|
||||
//System.err.println("Beam off");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user