[8.2.0]OTA升级查询

This commit is contained in:
xuxinchao
2025-08-06 17:17:11 +08:00
parent a5fbd94d11
commit 0ad3339b04
5 changed files with 49 additions and 202 deletions

View File

@@ -69,4 +69,14 @@ object CallerOTAManager: CallerBase<IOTAListener>() {
}
}
/**
* OTA 2.0任务查询
*/
fun invokeOtaPadMsgQuery(){
M_LISTENERS.forEach {
val listener = it.value
listener.sendOtaPadMsgQuery()
}
}
}