You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connected to my home wifi network, de esp32 is displayed as hostname espressif. It should be nice that it could be change in the webinterface or it should be called eq3-heatcontroller for example
regards Richard
The text was updated successfully, but these errors were encountered:
that's a good idea. I hadn't spotted this as I use static host entries in my dhcp server for my ESP32s. It shouldn't be too tricky so I'll add it for the next beta.
If you've built from source you could try adding the following inside becomeStation() in eq3_bootwifi.c:
tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_STA, "EQ3-heatcontroller");
I haven't tried it myself yet so cannot guarantee it will work.
Hi,
Connected to my home wifi network, de esp32 is displayed as hostname espressif. It should be nice that it could be change in the webinterface or it should be called eq3-heatcontroller for example
regards Richard
The text was updated successfully, but these errors were encountered: