Closed EnesCinr closed 2 years ago
Hi, I do not see any stucks on your logs. ESP is running and waiting for pairing. Regarding server.c:3380 it's up to design , this is infinity loop (when server run) for incoming TCP connection. triggered_nfds will be not zero, when some connection come
Hi, I do not see any stucks on your logs. ESP is running and waiting for pairing. Regarding server.c:3380 it's up to design , this is infinity loop (when server run) for incoming TCP connection. triggered_nfds will be not zero, when some connection come
thank you so much, i didnt think to look at homekit for add the device. I just thought this is a bug. Thank you again for this awesome library, have a good day.
I am trying to run the "EspHapLed" example with my ESP32 device. But when i upload the code the logs are here:
And it stucks on there. I debugged the server.c code and i understood that, in this line server.c:3380 the 'triggered_nfds' variable is returning 0 value. So the for loop is going to infinity loop.
I use ESPHap 1.1 version. With the esp8266 its completely working.