mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
Upgrade to 2027 alpha
This commit is contained in:
@@ -358,7 +358,7 @@ public class NetworkTablesManager {
|
||||
ntInstance.stopClient();
|
||||
String hostname = config.shouldManage ? config.hostname : CameraServerJNI.getHostname();
|
||||
logger.debug("Starting NT Client with hostname: " + hostname);
|
||||
ntInstance.startClient4(hostname);
|
||||
ntInstance.startClient(hostname);
|
||||
try {
|
||||
int t = Integer.parseInt(config.ntServerAddress);
|
||||
if (!m_isRetryingConnection) logger.info("Starting NT Client, server team is " + t);
|
||||
|
||||
Reference in New Issue
Block a user