mDNS integration and Web UI connection documentation (Fixes #451)#519
Open
wbhinton wants to merge 1 commit intoExpressLRS:masterfrom
Open
mDNS integration and Web UI connection documentation (Fixes #451)#519wbhinton wants to merge 1 commit intoExpressLRS:masterfrom
wbhinton wants to merge 1 commit intoExpressLRS:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR resolves Issue #451 by documenting how users access the ExpressLRS Web UI using http://elrs_rx.local/ and http://elrs_tx.local/ .
Key Changes
Glossary Expansion (glossary.md): Added a formal definition for mDNS to explain the technical foundation of .local resolution.
Web UI Access Documentation (webui.md): Restructured access instructions into clear Access Point Mode vs. Home WiFi Mode sections for both RX and TX. Integrated mDNS hostnames as the primary access method for networked devices.Added arp command guide with specific Espressif MAC prefixes (30-ae-a4, 24-4c-6a, 84-f3-eb) to help users identify ELRS hardware in a list of dynamic IPs. Added the Router DHCP guide with specific device naming conventions (elrs-tx/elrs-rx).
Connection Troubleshooting (troubleshooting.md): Added a dedicated section for "Cannot reach .local addresses," covering common blockers like AP Isolation and OS compatibility.
Related Issues
Closes #451