bug fix for is binary in ui

This commit is contained in:
ori agranat
2019-10-17 22:31:51 +03:00
parent aaa9b98290
commit 188f6496aa
2 changed files with 4 additions and 2 deletions

View File

@@ -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());