Hello everybody,
I wanto to configure maximum output power.
Now I use this code to configure maximum output power.
ZMacInit();
// wattio añado para prueba TX
uint8 value = 0xF5;
MAC_MlmeSetReq(MAC_PHY_TRANSMIT_POWER_SIGNED, &value);
// prueba TX
// Determine the extended address
zmain_ext_addr();
I think that I can change some initialization parameter to do it. Can anybody tell me what change i have to do for it?
Thanks