uint8 CskipRtrs[MAX_NODE_DEPTH+1] = {0,0};
uint8 CskipChldrn[MAX_NODE_DEPTH+1] = {2,0};
我只让连进两个终端,为什么可以连接5个以上(只用了5个终端做测试)
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.
uint8 CskipRtrs[MAX_NODE_DEPTH+1] = {0,0};
uint8 CskipChldrn[MAX_NODE_DEPTH+1] = {2,0};
我只让连进两个终端,为什么可以连接5个以上(只用了5个终端做测试)
一般会在配置文件里面定义的。f8wconfig.cfg
/* Enable ZigBee-Pro */
-DZIGBEEPRO
你可以在整个工程里面全局搜索关键字ZIGBEEPRO