espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

Cannot use mdns from examples (AIV-584) #244

Open remipch opened 1 year ago

remipch commented 1 year ago

First of all, thank you for this great ESP frameworks (esp-idf, esp-who, etc). I've just spent a few days playing with them and it's very cool to have all these features running on small ESP32 boards !

I open this issue because I haven't been able to use mdns from the esp-who examples.

How to reproduce the problem

Extra tools I use for my test: sudo apt install avahi-discover minicom

What did I do :

Now I want to use mdns :

Problem cause and fix

After investigation, the problem seems to be related to component initialization order in examples :

I'm opening a PR to :