ffenix113 / zigbee_home

Project to provide functionality similar to ESPHome but for Zigbee instead of WiFi for nRF52
https://ffenix113.github.io/zigbee_home/
GNU General Public License v3.0
528 stars 10 forks source link

fix: do not blink if network LED is not defined #69

Closed ffenix113 closed 4 months ago

ffenix113 commented 4 months ago

While in general blinking LED is a good this to have to signal that device is trying to pair - in some boards this may not be an option.

If so - do not blink LED.

Potentially otherwise this could lead to some lock or kernel panic probably.