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.

路由节点数量

版本是2.5.1a

默认的网络拓扑结构,

NV_RESTORE使能了

没有 SECURE

没有 TC_LINKKEY_JOIN

其他的都是默认设置。

更改

#define NWK_MAX_DEVICE_LIST     21  // Maximum number of devices in the

#define NWK_MAX_ROUTERS           6

为 

#define NWK_MAX_DEVICE_LIST     1

#define NWK_MAX_ROUTERS          1

但依然可以有6个路由器设备连接到协调器,请问是否可以更改连接协调器的设备数量,