我想修改发射功率,在ZMacInit();之后添加
{
uint8 level = TX_PWR_MINUS_9;
MAC_MlmeSetReq( ZMacPhyTransmitPower, &level );
}
来修改发射功率,但是这样改了之后终端节点无法加入网络,是怎么回事呢?
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.