mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
DriverMode changed to "real" pipeline, fixed pipeline renames
This commit is contained in:
@@ -70,7 +70,7 @@ public class SocketHandler {
|
||||
break;
|
||||
}
|
||||
case "changePipelineName": {
|
||||
currentPipeline.settings.nickname = ((String) entry.getValue());
|
||||
currentProcess.pipelineManager.renameCurrentPipeline((String) entry.getValue());
|
||||
sendFullSettings();
|
||||
VisionManager.saveCurrentCameraPipelines();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user