footnote for multiple devices url

This commit is contained in:
rcarteraz 2024-03-09 14:13:52 -07:00 committed by GitHub
parent 786a47e680
commit d7cb719965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.