From e34110cab6aaa4ef02c8e2e959f31a912db66123 Mon Sep 17 00:00:00 2001 From: Nilesh Agarwalla Date: Sun, 21 Jan 2024 19:40:32 -0500 Subject: [PATCH] spotlessApply --- src/main/java/frc/robot/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/Robot.java b/src/main/java/frc/robot/Robot.java index 551c6da5..47cd0a12 100644 --- a/src/main/java/frc/robot/Robot.java +++ b/src/main/java/frc/robot/Robot.java @@ -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