Skip to content

Commit

Permalink
Stopped temporary logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn6360 authored and msoucy committed Jan 18, 2025
1 parent ec43086 commit 823c151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/maps/Alpha.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ public OuttakeMap getOuttakeMap() {

@Override
public void setupLogging() {
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
Logger.recordMetadata("RobotMap", this.getClass().getSimpleName());
new PowerDistribution(1, ModuleType.kRev); // Enables power distribution logging
Expand Down

0 comments on commit 823c151

Please sign in to comment.