协调器建网成功后,终端(添加编译NV_RESTORE)直接加入网络,当终端设备重新上电或者失去同步后,重新组网时,发现有时候怎么也恢复不了网络.调试的时候发现出在:
ZDApp_NwkDescListProcessing()
{
if(!pNwkDesc->deviceCapacity)//这边一直为真,导致不了网络,请问这是为什么呢
{
continue;
}
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
协调器建网成功后,终端(添加编译NV_RESTORE)直接加入网络,当终端设备重新上电或者失去同步后,重新组网时,发现有时候怎么也恢复不了网络.调试的时候发现出在:
ZDApp_NwkDescListProcessing()
{
if(!pNwkDesc->deviceCapacity)//这边一直为真,导致不了网络,请问这是为什么呢
{
continue;
}
}