Skip to content
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 hostname support for client mode #15

Closed
wants to merge 1 commit into from

Conversation

subworx
Copy link

@subworx subworx commented Feb 1, 2022

Add Hostname setting for client mode.
When the server connects to an existing WiFi, it receives a DHCP IP address which I have to look up in the router, or remember half the MAC address for ARDUINO-xxxxxxxx.

With this change, a specific hostname can be set (default: PS4-WEB) so the host can easily be reached at http://ps4-web after it connected to the existing home network. The ESP Information page now shows information about the connected home network (SSID, ESP IP, hostname).

Also unified line breaks on functions (some void someThing() { and some void someThing()\newline{), and Atom corrected surplus spaces on line endings.

Can also easily add this to PS4-Server-900, ESP32 after my boards arrive (~two weeks)

@subworx
Copy link
Author

subworx commented Feb 1, 2022

Not sure if firmware version should be increased for this.
Adding the feature to the description (README.md) would be more fitting for the main project (PS4-Server-900) as the u-variant "only" holds builds but not general information.

@stooged stooged closed this Feb 2, 2022
@subworx subworx deleted the client_hostname branch February 2, 2022 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants