feat:网络升级流程完善
1、局域网升级流程 - 初步测试OK 2、云端升级流程 - 初步测试OK 3、云端升级上报升级进度 - 初步测试OK
This commit is contained in:
@@ -598,7 +598,7 @@ __attribute__((section(".non_0_wait"))) void Dev_TEMPCTRL_Ctrl(uint32_t CfgDevAd
|
||||
|
||||
if(0x01 == KeepFlag)
|
||||
{
|
||||
BLV_Device_Info_Write_To_SRAM(CfgDevAddIn,&BUS_PublicOut,(uint8_t *)&Rs485Tem,sizeof(RS485_TEMP_INFO));
|
||||
BLV_Device_Info_Write_To_SRAM(CfgDevAddOut,&BUS_PublicOut,(uint8_t *)&Rs485Tem,sizeof(RS485_TEMP_INFO));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@ __attribute__((section(".non_0_wait"))) uint8_t BLW_Rs485_Touch_Swi_Check(uint32
|
||||
else //<2F><>ַû<D6B7><C3BB>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD>
|
||||
{
|
||||
DevAdd = Find_AllDevice_List_Information2(Active_Port, 0x06, data[0]); //<2F><>ַ<EFBFBD><D6B7><EFBFBD>¸<EFBFBD>ֵ
|
||||
if( (0x00000000 != DevAdd) || (0xFFFFFFFF != DevAdd) )
|
||||
if( (0x00000000 != DevAdd) && (0xFFFFFFFF != DevAdd) )
|
||||
{
|
||||
BLV_Device_PublicInfo_Read_To_Struct(DevAdd,&BUS_Public);
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user