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:
parent
a726b1b30e
commit
70a142b2ff
7 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module.exports = function DeviceScreenDirective(
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
updating = true
|
updating = true
|
||||||
ws.send('{"op":"jpeg","w":' + size.w + ',"h":' + size.h + '}')
|
ws.send('j ' + size.w + ' ' + size.h)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
vendor/minicap/bin/arm64-v8a/minicap
vendored
BIN
vendor/minicap/bin/arm64-v8a/minicap
vendored
Binary file not shown.
BIN
vendor/minicap/bin/arm64-v8a/minicap-nopie
vendored
BIN
vendor/minicap/bin/arm64-v8a/minicap-nopie
vendored
Binary file not shown.
BIN
vendor/minicap/bin/armeabi-v7a/minicap
vendored
BIN
vendor/minicap/bin/armeabi-v7a/minicap
vendored
Binary file not shown.
BIN
vendor/minicap/bin/armeabi-v7a/minicap-nopie
vendored
BIN
vendor/minicap/bin/armeabi-v7a/minicap-nopie
vendored
Binary file not shown.
BIN
vendor/minicap/bin/x86/minicap
vendored
BIN
vendor/minicap/bin/x86/minicap
vendored
Binary file not shown.
BIN
vendor/minicap/bin/x86/minicap-nopie
vendored
BIN
vendor/minicap/bin/x86/minicap-nopie
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue