NetworkTable: Use networktables.ini as persistence filename.

This commit is contained in:
Peter Johnson
2015-07-23 21:47:54 -07:00
parent 196fcf791b
commit 1368f0ec8f

View File

@@ -17,7 +17,7 @@ void NetworkTable::Initialize() {
if (s_client)
nt::StartClient(s_ip_address.c_str(), NT_DEFAULT_PORT);
else
nt::StartServer("", "", NT_DEFAULT_PORT);
nt::StartServer("networktables.ini", "", NT_DEFAULT_PORT);
s_running = true;
}