mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix screen on x86.
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = function DeviceScreenDirective(
|
||||
break
|
||||
}
|
||||
updating = true
|
||||
ws.send('{"op":"jpeg","w":' + size.w + ',"h":' + size.h + '}')
|
||||
ws.send('j ' + size.w + ' ' + size.h)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user