Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
HI, Mttrinh. Is so sorry that i can't find out the m_relay_enable in the code.So i am not sure that. Could you tell me where is the m_relay_enable?
By the way, could you please do the test as i describes
My mistake, sorry for the confusion.
Could you have a look at the handle_config_relay_set() function? The bool is enabled here: .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED).
Yes, I will try testing it here. Is the examples unmodified?
yes, i have found out the .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED). and i never modify it.
I will update you when I have done the testing.