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.

znp 关于2592 的这一段话是什么含义? 为什么引入后,设备入网反而变得很困难了?

Other Parts Discussed in Thread: CC2592, Z-STACK

这个意思是 如果用了 2592, 功率就用大一些?

#ifdef HAL_PA_LNA_CC2592
   ZMacSetTransmitPower(TX_PWR_PLUS_19);
#else
   ZMacSetTransmitPower(TX_PWR_PLUS_4);
#endif   
   

// 这个是什么含义呢? 可以混用吗?
#if LQI_ADJUST
  ZMacLqiAdjustMode(LQI_ADJ_MODE1);
#endif