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