Skip to content

Commit

Permalink
clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
JayK445 committed Dec 4, 2023
1 parent a1e9190 commit b9d3a89
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 @@ -40,7 +40,7 @@ public void robotInit() {

Logger.getInstance().recordMetadata("ProjectName", "MyProject"); // Set a metadata value

if (isReal()) {
if (super.isReal()) {
Logger.getInstance().addDataReceiver(new WPILOGWriter("/U")); // Log to a USB stick
Logger.getInstance().addDataReceiver(new NT4Publisher()); // Publish data to NetworkTables
new PowerDistribution(1, ModuleType.kRev); // Enables power distribution logging
Expand Down

0 comments on commit b9d3a89

Please sign in to comment.