File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
photon-core/src/main/java/org/photonvision/common/dataflow/websocket Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public UIGeneralSettings(
3030 String hardwareModel ,
3131 String hardwarePlatform ,
3232 boolean conflictingHostname ,
33- String conflictingCamera ) {
33+ String conflictingCameras ) {
3434 this .version = version ;
3535 this .gpuAcceleration = gpuAcceleration ;
3636 this .mrCalWorking = mrCalWorking ;
@@ -39,7 +39,7 @@ public UIGeneralSettings(
3939 this .hardwareModel = hardwareModel ;
4040 this .hardwarePlatform = hardwarePlatform ;
4141 this .conflictingHostname = conflictingHostname ;
42- this .conflictingCamera = conflictingCamera ;
42+ this .conflictingCameras = conflictingCameras ;
4343 }
4444
4545 public String version ;
@@ -50,5 +50,5 @@ public UIGeneralSettings(
5050 public String hardwareModel ;
5151 public String hardwarePlatform ;
5252 public boolean conflictingHostname ;
53- public String conflictingCamera ;
53+ public String conflictingCameras ;
5454}
You can’t perform that action at this time.
0 commit comments