Hi !
there are two device , one is ZC ,other is ZED。
for make sure whether the device could scan the channel or not while joining,
the ZC default channel was set as 28 like below
-DDEFAULT_CHANLIST=0x04000000 // 26 - 0x1A
then Power On and building the network success.
the ZED default channel was set different with ZC which was like below
-DDEFAULT_CHANLIST=0x01000000 // 24 -0x18
but the ZED could not be joining the ZC build network, although there is not any other network.
why does the ZED could not auto scan the channel?
how could we solve this problem?