[8.2.0]OTA升级查询
This commit is contained in:
@@ -69,4 +69,14 @@ object CallerOTAManager: CallerBase<IOTAListener>() {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* OTA 2.0任务查询
|
||||
*/
|
||||
fun invokeOtaPadMsgQuery(){
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.sendOtaPadMsgQuery()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user