maximkulkin / esp-homekit

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

iOS 14 Issues? #173

Closed mriksman closed 4 years ago

mriksman commented 4 years ago

I just tried to add my device to HomeKit, which is now running iOS 14. I get this error;

D (23975) event: running post HOMEKIT_EVENT:1 with handler 0x4021734c on loop 0x40108324
I (23977) main: HOMEKIT_EVENT_CLIENT_CONNECTED
>>> HomeKit: [Client 52] Pair Setup Step 1/3
!!! HomeKit: [Client 52] Failed to dump SPR public key (code -2)
>>> HomeKit: [Client 52] Closing client connection

Thoughts?

mriksman commented 4 years ago

Never mind. Found a previous issue about low stack memory. Turned off HTTP Server and it paired OK.