Merge pull request #779 from DroidsOnRoids/opengles

Add OpenGL ES version to device properties.
This commit is contained in:
Simo Kinnunen
2018-03-23 22:43:21 +09:00
committed by GitHub
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
))
])
})