mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
NetworkTable: Use networktables.ini as persistence filename.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user