Skip to content

Commit

Permalink
Disable logging to /media/sda1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Jan 20, 2024
1 parent 3b35d05 commit 5497e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void robotInit() {
} else {*/
if (isReal()) {
// Running on real robot
Logger.addDataReceiver(new WPILOGWriter("/media/sda1/")); // Log to a USB stick
// Logger.addDataReceiver(new WPILOGWriter("/media/sda1/")); // Log to a USB stick
Logger.addDataReceiver(new NT4Publisher()); // Publish data to NetworkTables
} else {
// Running in simulation
Expand Down

0 comments on commit 5497e9a

Please sign in to comment.