FIRST-Team-2557-The-SOTABots / FRC_Robot2.0

Deprecated
1 stars 0 forks source link

Copy And Paste Error #6

Closed mjmill closed 6 years ago

mjmill commented 6 years ago

The address variable will only have the address at this point.

maskAddress = maskAddress.substring(0, maskAddress.indexOf(" "));

https://github.com/FIRST-Team-2557-The-SOTABots/FRC_Robot2.0/blob/a18329f3197dd39c940cafe026c1ce77ec843b80/FRC_Robot2.0/src/org/usfirst/frc/team2557/robot/subsystems/GetLatency.java#L149

mjmill commented 6 years ago

b03bd8f corrects this.