maximkulkin / esp-homekit

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

Trying ESP_8266_RTOS_SDK parring trigger watchdog #119

Closed wzc2019 closed 4 years ago

wzc2019 commented 4 years ago

I'm trying ESP8266_RTOS_SDK to complie example\esp32\led.Then a compiled problem occured,I think wolfssl-4.1.0\wolfssl\wolfcrypt\port\Espressif\esp32-crypt.h is not compatible but I don't know how it make and how to change. I have tried esp-wolfssl(ESP8266_RTOS_SDK's internal component),it short of a sha512.h file and failed to complie too. Finally I tried wolfssl-3.13 and complied successfully. But I met a problem when I flash the program and trying to paring it with my phone.It took a long time and watchdog triggered . I have no idea how to solve it. image

d4rkmen commented 4 years ago

Works for me with wolfssl 4.1.0. Atlleast examples

maximkulkin commented 4 years ago

If you get this error, try increasing watchdog timeout period (Component config -> ESP8266-specific -> Task Watchdog timeout period (seconds))

mriksman commented 4 years ago

If you get this error, try increasing watchdog timeout period (Component config -> ESP8266-specific -> Task Watchdog timeout period (seconds))

It's in (Component config -> Common ESP-related -> Task Watchdog timeout period (seconds)) as of ESP8266 RTOS SDK 3.3