1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fix screen on x86.

This commit is contained in:
Simo Kinnunen 2015-01-14 17:30:19 +09:00
parent a726b1b30e
commit 70a142b2ff
7 changed files with 1 additions and 1 deletions

View file

@ -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)
}
}