HomeSpan
HomeSpan
Okay. Please let me know how the debugging goes and if you find anything. I would love to be able to resolve this but it's very hard for me to...
The Arduino-ESP32 library already has the `vTaskDelay()` built into main `loop()` function so should be okay. Can you post a copy of your full sketch?
Above you mention that when you lose the MDNS, you also note that the device no longer responds to http. How are you testing this - by using the IP...
Can you send the full sketch?
You should never need to add a delay in a HomeSpan sketch. It uses the Arduino-ESP32 library that includes the required delay. Likewise, you should never run a task that...
Re the MDNS logs, these look about the same as those on my own devices. MDNS is quite complex and I've never really digested all the message types and how/when...
You do not need to add any delays. I have no delays in any of my sketches. No one has any delays in any of their sketches. Using delay in...
For initial testing, please always start fresh with a completely unmodified version of Example 1. Also, the homespan wifi page is meant to be open on an iPhone in Safari....
This looks like a really cool project - thanks for the PR. I've reviewed the changes as well as the info on all the links referencing HomeKey that you included....
I'll add the WR and "r" for the write-response functionality and post an update to the dev branch in the next or so.