maximkulkin / esp32-homekit-camera

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

Code is broken? Failed to dump SPR public key (code -199) #108

Closed Hellangel1987 closed 1 year ago

Hellangel1987 commented 1 year ago

Code Builds good, upload is good still facing this issue. Tried all available Boards.

image

Hellangel1987 commented 1 year ago

Update enabled more debug info and now get additional

crypto_ed25519_generate: Failed to generate key (code -199)

image

AchimPieters commented 1 year ago

solution: git submodule update --remote --merge

Hellangel1987 commented 1 year ago

thanks @AchimPieters issue solved