I need a specific extended panid. Refer to the CLI example and add the following program:
zb_uint8_t ext_panid[8] = {0xf4, 0xce, 0x36, 0xe2, 0x5b, 0x89, 0x02, 0x14}; zb_set_extended_pan_id(ext_panid);
Through the log, the extended panid returned by the device is 0000000000000000, and it cannot join the network. How can I add the correct extended panid?
please help me.