mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Fix old naming in strings (#2)
This commit is contained in:
@@ -38,7 +38,7 @@ public class ConfigManager {
|
||||
}
|
||||
|
||||
protected static Path getRootFolder() {
|
||||
return Path.of("chameleon-vision");
|
||||
return Path.of("photonvision");
|
||||
}
|
||||
|
||||
private ConfigManager(Path rootFolder) {
|
||||
|
||||
@@ -8,5 +8,5 @@ public class NetworkConfig {
|
||||
public String ip = "";
|
||||
public String gateway = "";
|
||||
public String netmask = "";
|
||||
public String hostname = "chameleon-vision";
|
||||
public String hostname = "photonvision";
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ public class NetworkTablesManager {
|
||||
|
||||
private static final NetworkTableInstance ntInstance = NetworkTableInstance.getDefault();
|
||||
|
||||
public static final String kRootTableName = "/chameleon-vision";
|
||||
public static final String kRootTableName = "/photonvision";
|
||||
public static final NetworkTable kRootTable =
|
||||
NetworkTableInstance.getDefault().getTable(kRootTableName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user