-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to configure hostname #179
Comments
I think the name is hardcoded in the source code and corresponds to |
@mderoode is essentially right, the hostname isn't currently configurable. main.cpp#260 is actually setting the name for SSDP. I could be wrong, I'm guessing that @servim is talking about the hostname. Would just need to call |
Unfortunately I did not understand everything that you are saying, but the essence is clear to me! you must specify the name yourself and recompile. True, I have never seen platformio, but in Arduino it probably does not compile. Put in the plan, get acquainted with the platformio. Thank you! |
Yes, just call |
sorry, I do not understand how and where it should be written :) |
Yes, I understood this :) |
I have an Asus router with the merlin firmware loaded and you can set hostnames and lock them to the mac address of devices on the wifi. No need to compile this if you have the ability in your router. |
Yes it would be great to have a setting to change the name. At least change ssdp from esp-chip id to MilightHub-chip id |
Hi! How to change the name of the ESP module?
It is not informative on the network to see the name ESP_3C6896.
Perhaps this could be done at the time of the initial setup, but I missed it. If so, how do you get back to the initial setup? Thank you!
The text was updated successfully, but these errors were encountered: