mysensors / MySensors

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

Add define for own inclusion mode indication handler #1482

Open lelouch94 opened 3 years ago

lelouch94 commented 3 years ago

Feature request: Add a feature for a custom indication handler for inclusion mode, similar to MY_INDICATION_HANDLER.

My use case: Due to the limitation of the IO pin number on the ESP8266, I am using an I2C port extender. This works well for MY_INDICATION_HANDLER, but I need a similar function for the inclusion mode display.