[680][device]升级硬件服务SDK,添加渠道配置
This commit is contained in:
@@ -44,8 +44,8 @@ object DevicesManager {
|
||||
ConcurrentHashMap()
|
||||
private var writeChainLogListener: IWriteChainLogListener? = null
|
||||
|
||||
fun init(context: Context, sn: String) {
|
||||
serialPortManager.bindService(context, sn, bindStateChangeListener)
|
||||
fun init(context: Context, sn: String, projectType: String) {
|
||||
serialPortManager.bindService(context, sn, projectType, bindStateChangeListener)
|
||||
}
|
||||
|
||||
fun destroy() {
|
||||
|
||||
Reference in New Issue
Block a user