Kristoffer Rekvik
Kristoffer Rekvik
is there any code for this?
> how is that the same issue? it was the wrong issue xD
oh i need to enable MDNS? Do i set it befor or after `#include ` ?
> if you use ota, on esp32 this is automatically handled I think yea i plan to use OTA but yea i wanted to fix this hostname issue
so i uncommented `#define WM_MDNS // includes MDNS, also set MDNS with sethostname` is there anything else i would need to set or do?
added this also ```c++ if(!MDNS.begin( HostNameString )) { debug.error("[MDNS]", "[SETUP]", "Error starting mDNS"); return; } else { debug.success("[MDNS]", "[SETUP]", "mDNS Started"); } ``` but still not working
i realy wanna use WifiManager but if the hostname does not work :/ i need to find other if any
> I tried testing this but my router was messed up, ill try again. Last time I checked it worked fine though. https://cdn.discordapp.com/attachments/537365760008257569/967822241456849096/278949010_699082621339260_3346299735419732370_n.jpg cause i can see ny ESP32 on...
> ok then are you on the same network when you try to find it? Yes > Also you are calling autoconnect right? ```c++ if (!wm.autoConnect( HostNameString, wm.getWiFiPass().c_str())) { debug.info("[WIFIMANAGER]",...
> Can you confirm that it only is broken when saving? or is it never working? Never working > try harcoding char? Tried and not working > what esp version...