maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
803 stars 233 forks source link

Adjustment in program required for Sonoff Basic R3 #352

Closed sanilsdevan closed 4 years ago

sanilsdevan commented 4 years ago

Sonoff basic R3 (the latest sonoff basic) has wifi indicator led on GPIO13 and also another indicator led connected to relay on GPIO12. Is there any chance that the program can be modified so that the wifi indicator led turns off (or keeps blinking) if the device gets disconnected from wifi network? Also, the wifi indicator keeps on blinking at the initial stage until the device is configured & gets connected to the wifi network for the first time..thanks

image

maximkulkin commented 4 years ago

I have published my internal version of Sonoff S20/S26 firmware, check it out.

sanilsdevan commented 4 years ago

Thank You so much