Skip to content

Battery tracker#36

Open
Woz4tetra wants to merge 8 commits into
BattleCryfrom
battery-tracker
Open

Battery tracker#36
Woz4tetra wants to merge 8 commits into
BattleCryfrom
battery-tracker

Conversation

@Woz4tetra
Copy link
Copy Markdown
Contributor

No description provided.

System.out.println(String.format("Found %s codes", qr_code_text));
if (qr_code_text.startsWith("tj2-battery")) {
// logging info to DS
DriverStation.reportError(qr_code_text, false);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DriverStation.reportError(qr_code_text, false);
System.out.println("Battery code: " + qr_code_text);

@LeelaMD this change will make it so it's easier to find the code in the logs later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants