Skip to content

v1.0.93

Compare
Choose a tag to compare
@ZSCharlie ZSCharlie released this 22 Nov 07:40
· 16 commits to master since this release

更新内容:

  1. poco初始化时,原先是默认使用设备IP,现在支持传入指定IP连接,例如: poco = UnityPoco(addr=(ip, port))
  2. 如果未连接设备,默认尝试连接当前的第一台安卓设备

Updates:

  1. When poco initialises, it used to use the device IP by default, now it supports passing in a specified IP to connect to, e.g.: poco = UnityPoco(addr=(ip, port))
  2. If no device is connected, it will try to connect to the first Android device.