mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #1102 from meshtastic/rcarteraz-patch-3
Add footnote for multiple local web clients
This commit is contained in:
commit
77f7eb058b
|
@ -8,7 +8,7 @@ sidebar_position: 3
|
|||
Meshtastic Web is a Meshtastic client that runs directly in your browser.
|
||||
There are three ways of accessing the app:
|
||||
|
||||
1. Served directly from an ESP32 based node via [meshtastic.local](http://meshtastic.local) or the device's IP Address.
|
||||
1. Served directly from an ESP32 based node via [meshtastic.local](http://meshtastic.local) or the device's IP Address.[^1]
|
||||
2. A hosted version located at [client.meshtastic.org](https://client.meshtastic.org).
|
||||
3. Hosting it yourself.
|
||||
|
||||
|
@ -54,3 +54,5 @@ The web interface is included in firmware releases. When a new firmware version
|
|||
The source code for the WebUI can be found on our [GitHub](https://github.com/meshtastic/web)
|
||||
|
||||
Instructions for building and running the project can be found in the repo's readme.
|
||||
|
||||
[^1]: If multiple Meshtastic devices are serving the web client on the same local area network, these devices can be reached by adding a suffix of "-2" (or higher numbers if there are additional devices) to the local URL. Example `meshtastic-2.local` or `meshtastic-3.local`.
|
||||
|
|
Loading…
Reference in a new issue