Power change mesh_opt_core_tx_power_set

Hello everybody,
i'm trying to test the power change  mesh_opt_core_tx_power_set() made two projects attached in the archive, but the power does not change the current consumption has not changed.

int main(void)
{
nrf_power_dcdcen_set(1);

initialize();
start();
mesh_opt_core_tx_power_set(CORE_TX_ROLE_RELAY, RADIO_POWER_NRF_POS8DBM);

for (;;)
{
(void)sd_app_evt_wait();
}
}

please tell me what is wrong?

sensor power test.zip

Related