如题,此协议栈可像z-stack一样随机生成paind和分配shortaddr吗,如何操作?
看协议栈中,如果paind是0xFFFF或0x0000,则分配随机值,这个随机值就是固定的0x0001?
/* PAN ID in the config file is invalid so we assign a random value */
coordInfoBlock.panID = 0x0001;
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.
如题,此协议栈可像z-stack一样随机生成paind和分配shortaddr吗,如何操作?
看协议栈中,如果paind是0xFFFF或0x0000,则分配随机值,这个随机值就是固定的0x0001?
/* PAN ID in the config file is invalid so we assign a random value */
coordInfoBlock.panID = 0x0001;