mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
bug fix for is binary in ui
This commit is contained in:
@@ -90,7 +90,6 @@ public class ServerHandler {
|
||||
} catch (Exception e){
|
||||
System.err.println("Camera Does not support exposure change");
|
||||
}
|
||||
|
||||
}
|
||||
case "brightness":{
|
||||
CameraManager.getCurrentCamera().setBrightness((Integer) entry.getValue());
|
||||
|
||||
Reference in New Issue
Block a user