younghyunjo / esp32-homekit

ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Apache License 2.0
445 stars 124 forks source link

Program aborts and reboots soon after startup #46

Closed ruddy17 closed 5 years ago

ruddy17 commented 5 years ago

I have installed, compiled and flashed the project per instructions with latest esp toolchain and idf, but it fails and reboots every second or so.

Here is a gist of runtime log: https://gist.github.com/ruddy17/2bbe604671b0baacfa493007957604ca

There is a readable backtrace in the end of the log. Something wrong seem to happen in httpd_bind call, program goes to abort from there, then reboots.

ruddy17 commented 5 years ago

Recompiled with v3.2.2 idf and it works like charm.