Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Using esp32 with latest dev V2.
After wifi connection I see this
WARNING: Wifi:startMDNS - espressif
But when I do a
mdns-scan
from my dev machine I do not see an expectedespressif.local
when it says
startMDNS
is it not announcing/responding?Further what is that state of the utility mDNS module (for scanning, and querying from the esp device) that I see here at this gist. What it added. I see no mDNS module listed.
https://github.com/espruino/Espruino/issues/1376#issuecomment-447653649