This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Periodic publish gets called twice

Hello,


I am using the nRF SDK for Mesh v.3.1.0.

To achieve periodic publishing, I set p_pubstate->publish_period.step_num = 1 instead of zero in the configure step in node_setup.c. This indeed results in periodic publishing, but app_gen_onoff_client_publish_interval_cb() gets called twice, even though retransmit_count i set to 0. Why is that? 

Related