|
Re: NetworkTables issues.
You're trying to initialize the NetworkTable again. Remove these two lines and you should be good.
Code:
NetworkTable.setServerMode();
NetworkTable.setIPAddress("10.6.96.2");
See the ScreenSteps Live page for tutorials on how to use NetworkTables.
__________________
WPILib dev (RobotBuilder, SmartDashboard, GRIP)
|