maximkulkin / esp-homekit

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

double prototype of homekit_server_init #4

Closed HomeACcessoryKid closed 6 years ago

HomeACcessoryKid commented 6 years ago

it exists both in homekit.h and server.h and with conflicting definitions...

maximkulkin commented 6 years ago

Sure, the one in server.h should go away. Idea was to put all public API functions into homekit.h.

maximkulkin commented 6 years ago

Removed server.h and updated homekit/homekit.h with correct signature.