maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.11k stars 170 forks source link

mdnsresponder.c is not excluded when compiling for ESP32 #56

Closed ruudk closed 5 years ago

ruudk commented 6 years ago

It turns out, that the only way to get this to compile for ESP32 is to manually remove mdnsresponder.c and mdnsresponder.h.

For some reason this line of code is ignored, any idea why?

https://github.com/maximkulkin/esp-homekit/blob/09e2ed75193eec63bf9c467a0c71bbc4b4eb4140/component.mk#L86

maximkulkin commented 5 years ago

Not sure what happened since then, but now it works no problem. Closing