int8_t set_tx_power = 6;
int8_t get_tx_power = 0;
/* Set the radio's transmit power in dBm. */
error = otPlatRadioSetTransmitPower(NULL, set_tx_power);
if (error != OT_ERROR_NONE){
}
/* Get the radio's transmit power in dBm.*/
error = otPlatRadio...
Hi All,When I tested this example, I made one change is to use Circular and the error is showed below:Seems the item not match, can you help me to fixed it, thanks very much.