mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added call by nickname
This commit is contained in:
@@ -65,6 +65,7 @@ public class ServerHandler {
|
||||
}
|
||||
case "changeCameraName": {
|
||||
CameraManager.getCurrentCamera().setNickname((String) entry.getValue());
|
||||
sendFullSettings();
|
||||
break;
|
||||
}
|
||||
case "changePipelineName": {
|
||||
|
||||
Reference in New Issue
Block a user