feat:增加插卡取电驱动、无卡取电驱动设备动作上报

-> 插卡取电驱动 - 增加设备动作 - 插卡动作上报
-> 无卡取电驱动 - 增加设备动作 - 无卡动作上报
This commit is contained in:
caocong
2026-01-27 18:27:03 +08:00
parent 12580eba5d
commit 5e7697cc21
18 changed files with 24005 additions and 23642 deletions

View File

@@ -621,7 +621,7 @@ uint8_t UDP_CLOUD_IAP_Cmd(uint8_t* data,uint16_t DataLen, uint8_t *ip,uint16_t p
}
else if(data[CLOUD_IAP_Cmd_Rev_Filetype] == DATATYPE_CONFIG) //<2F><><EFBFBD><EFBFBD>
{
IAPVarTypeStruct_Ptr->IapFileType = DATATYPE_CONFIG;
IAPVarTypeStruct_Ptr->IapFileType = DATATYPE_CONFIG;
UDP_ADD_SoftwareVer(&back_data[CLOUD_IAP_Cmd_Send_SoftwareVer]);
back_data[CLOUD_IAP_Cmd_Send_Filetype] = DATATYPE_CONFIG;
}