MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

/mdns_task.c:29:5: error: unknown type name 'mdns_server_t' #41

Closed vibnwis closed 6 years ago

vibnwis commented 6 years ago

Experiencing the error and used the command grep -rnw '.' -e 'mdns_server_t' to find the definition but not found. Very strange! Any advice? please

MrBuddyCasino commented 6 years ago

I removed that part with the latest commit, or so I thought?

vibnwis commented 6 years ago

I am compiling the code from kodera2t. Obviously, it still uses the old code. I do not how the repositories work when someone developed on someone old code but which has been updated recently. Any idea?

MrBuddyCasino commented 6 years ago

Well then you're barking up the wrong tree. Open an issue with kodera2t's repository then or switch to my version.

vibnwis commented 6 years ago

Understood. Apologies for being inconvenient at your end. However, it would be a great help If possible you can share a bit. If someone create a new repo out of someone else (you for instance), and when you update your repo, will it get propagated to those persons' repo? or they can maintain an old repo as long as they want?

MrBuddyCasino commented 6 years ago

It won't get automatically updated. They can pull the changes if they want to, but if they don't then the two repos will drift out of sync.

vibnwis commented 6 years ago

Very appreciated. Cheers!