Jeremy 2 жил өмнө
parent
commit
0b71393488

+ 1 - 1
Service/ConnectService.cs

@@ -197,7 +197,7 @@ namespace WingDeviceService.Service
                 else if(cpuModel.StartsWith("I"))
                 {
                     int.TryParse(cpuModel.Substring(1,cpuModel.IndexOf('-')-1),out int cpuLevel);
-                    if(cpuLevel>5)
+                    if(cpuLevel>=5)
                     {
                         deviceDto.MergedVideoOutputWidth = _highMergedVideoOutputWidth;
                         deviceDto.MergedVideoOutputHeight = _highMergedVideoOutputHeight;