[680][device]升级硬件服务SDK,添加渠道配置

This commit is contained in:
xinfengkun
2024-11-27 10:30:20 +08:00
parent eced61bb52
commit ee993243cd
3 changed files with 9 additions and 4 deletions

View File

@@ -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() {