maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
399 stars 78 forks source link

Is there a default setup code? #31

Closed OnceWas closed 5 years ago

OnceWas commented 5 years ago

I can see the ESP32 camera accessory in HomeKit, but I don't know the setup code when I try to add it. I tried the default 12345678 that is in the HomeKit readme, but that's not working. When I enter an incorrect code, serial console says 'Failed to verify peer's proof (code -219)'.

Setting log level to debug doesn't reveal the code either.

Is there a default setup code, and if so, what is it, and if not, how do I specify the code at build time?

OnceWas commented 5 years ago

Never mind, looked through closed issues and saw that it was 11111111. Was sure that I had tried that earlier.... Working now.