maximkulkin / esp32-homekit-camera

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

mdns component moved from idf 5.0 #106

Open kyrannian opened 1 year ago

kyrannian commented 1 year ago

Before running idf.py menuconfig, run

idf.py add-dependency espressif/mdns^1.0.7

Reference : https://esp32.com/viewtopic.php?t=30959

maximkulkin commented 1 year ago

It's hard to keep track of it: in v5.0 they had removed mdns component, in latest master it is there back.

kyrannian commented 1 year ago

Painful for sure, just wanted to leave that there in case someone else runs into it.

camow7 commented 1 year ago

This is really handy. Solves for the following error the first time you run the menuconfig config:

Failed to resolve component 'mdns'.