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.

zigbee终端!pNwkDesc->deviceCapacity过不去(新手问题)

调试是在ZDO_NetworkDiscoveryConfirmCB
else if ( ZSTACK_END_DEVICE_BUILD )
        {
          if ( !pNwkDesc->deviceCapacity )
          {
            continue;
          }
        }
这里deviceCapacity为0
是不是要修改协调器的参数啊。我只用了一个协调器和一个终端试的。一直不能入网后来调试发现是这里过不去。
求助啊。