Skip to content

Commit

Permalink
Forces NetworkTables persistent filename.
Browse files Browse the repository at this point in the history
Fixes an upstream bug
  • Loading branch information
ThadHouse committed Jan 6, 2016
1 parent 32f3b83 commit 8dd6a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WPILib/RobotBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public abstract class RobotBase : IDisposable
protected RobotBase()
{
NetworkTable.SetNetworkIdentity("Robot");
NetworkTable.SetPersistentFilename("/home/lvuser/networktables.ini");
NetworkTable.SetServerMode();
m_ds = DriverStation.Instance;
NetworkTable.GetTable("");
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2016.0.1.{build}
version: 2016.0.0.{build}
skip_tags: true
os: Visual Studio 2015
configuration: AppVeyor
Expand Down

0 comments on commit 8dd6a17

Please sign in to comment.