Add OpenGL ES version to device properties.

This commit is contained in:
Karol Wrótniak
2017-12-18 03:18:19 +01:00
parent 2dac3d1bbd
commit 2af554e2a3
6 changed files with 25 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ module.exports = syrup.serial()
, new wire.DevicePhoneMessage(identity.phone)
, identity.product
, identity.cpuPlatform
, identity.openGLESVersion
))
])
})