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