Skip to content

Commit

Permalink
Update Robot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 authored Jan 23, 2024
1 parent 648ae90 commit 3b93332
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 @@ -41,7 +41,7 @@ public void robotInit() {
if (isReal()) {
Logger.addDataReceiver(new WPILOGWriter()); // Log to a USB stick ("/U/logs")
Logger.addDataReceiver(new NT4Publisher()); // Publish data to NetworkTables
new PowerDistribution(1, ModuleType.kRev); // Enables power distribution logging
// new PowerDistribution(1, ModuleType.kRev); // Enables power distribution logging
} else {
setUseTiming(false); // Run as fast as possible
String logPath = LogFileUtil.findReplayLog(); // Pull the replay log from AdvantageScope
Expand Down

0 comments on commit 3b93332

Please sign in to comment.