mysensors / MySensors

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

Adds option to disable N2N (#1439) #1475

Open lelouch94 opened 3 years ago

lelouch94 commented 3 years ago

This pull request adds the configuration option MY_TRANSPORT_N2N_FEATURE_DISABLED, to disable the node to node transport feature.

see: #1439

lelouch94 commented 3 years ago

Hi @mfalkvidd, I have implemented your suggested change and it works for me so far. I have omitted the '!' because it is not an error, but a setting.

Are there any news regarding the CLA?

lelouch94 commented 3 years ago

Hi @mfalkvidd, I have now also extended the log parser for the new N2N disabled message.