mysensors / MySensors

MySensors library and examples
https://www.mysensors.org
1.31k stars 891 forks source link

N2N #1439

Open smartboxchannel opened 3 years ago

smartboxchannel commented 3 years ago

How do I disable n2n? in some situations with exchange between nodes with echo, this causes some conflicts, mcu freezes.

tekka007 commented 3 years ago

There is currently no option to disable N2N traffic, however, you can comment this section to disable it:

https://github.com/mysensors/MySensors/blob/development/core/MyTransport.cpp#L548-L555

lelouch94 commented 3 years ago

I had the same issue and have followed the suggestion from @tekka007 and added a define for that. This is available in my branch. mwa_dev_Issue_1439

But currently I am stuck with the CLA issue.