diff --git a/website/docs/software/web/config.md b/website/docs/software/web/config.md index 87fdcba3..67698dcb 100644 --- a/website/docs/software/web/config.md +++ b/website/docs/software/web/config.md @@ -6,7 +6,7 @@ sidebar_label: Configuration ## Manual Installation -Pre-requisite: You have Meshtastic Device firmware between 1.0.32 - 1.1.50 +Pre-requisite: You have Meshtastic Device firmware between version 1.0.32 - 1.1.50. A client for version 1.2.x will be released shortly and the documentation update accordingly. We do realize this installation method is not "easy" and are exploring ways to simplify this in the future, ideally rolling it out as part of the device firmware. @@ -34,7 +34,7 @@ The device will now go into WiFi SoftAP Admin Mode. In this mode, your device wi The first time your device restarts after enabling WiFi, it will take an additional 20-30 seconds to boot. This is to generate self-signed SSL keys. The keys will be saved for future reuse. ::: -### Upload Meshtastic-web files +### Upload web interface files Next download the three files (app.css.gz, app.js.gz and index.html.gz) from: @@ -48,7 +48,7 @@ Then manually upload them to your device by going to: * * http://{your device IP address here}/static * * Device IP address typically defaults to 192.168.42.1 -The Meshtastic-web application can then be accessed by visiting [http://meshtastic.local/](http://meshtastic.local/) or [http://192.168.42.1/](http://192.168.42.1/) +The web interface application can then be accessed by visiting [http://meshtastic.local/](http://meshtastic.local/) or [http://192.168.42.1/](http://192.168.42.1/) We do realize this is not "easy" and are exploring ways to simplify this in the future, ideally rolling it out as part of the device firmware. diff --git a/website/docs/software/web/development.md b/website/docs/software/web/development.md index ac79a929..e154b654 100644 --- a/website/docs/software/web/development.md +++ b/website/docs/software/web/development.md @@ -1,6 +1,6 @@ --- id: web-development-software -title: Information for developers of Meshtastic-web +title: Information for developers of the web interface sidebar_label: Development --- diff --git a/website/docs/software/web/partitions.md b/website/docs/software/web/partitions.md index 969037f0..add001b4 100644 --- a/website/docs/software/web/partitions.md +++ b/website/docs/software/web/partitions.md @@ -4,7 +4,7 @@ title: Managing ESP32 partitions sidebar_label: ESP32 partitions --- -## Insufficient space to upload Meshtastic web files +## Insufficient space to upload web interface files This problem seems to occur when your board has the partitioning structure set incorrectly. This typically occurs when the board has had a firmware other than Meshtastic on it previously. In this situation, the file upload page on the device typically shows a free space of around 48,000 bytes, rather than the ~300,000 bytes that it should have free. diff --git a/website/docs/software/web/usage.md b/website/docs/software/web/usage.md index 1d421834..ab589a67 100644 --- a/website/docs/software/web/usage.md +++ b/website/docs/software/web/usage.md @@ -1,6 +1,6 @@ --- id: web-usage-software -title: Using Meshtastic-web +title: Using the web interface sidebar_label: Usage --- diff --git a/website/docs/software/web/web-app.md b/website/docs/software/web/web-app.md index 2f3cb05d..2eb2b705 100644 --- a/website/docs/software/web/web-app.md +++ b/website/docs/software/web/web-app.md @@ -1,16 +1,11 @@ --- id: web-app-software -title: Meshtastic-web overview +title: Web interface overview sidebar_label: Overview --- -The Meshtastic firmware incorporates an embedded webserver using the [ESP32 HTTPS Server](https://github.com/fhessel/esp32_https_server) project. This allows the wifi supporting ESP32 devices to run our Meshtastic-web application to deliver a native web interface to access Meshtastic directly from your browser. This imports the [Meshtastic.js library](/docs/software/js/getting-started) to provide a web page capable of interacting with the device. +The Meshtastic firmware incorporates an embedded webserver using the [ESP32 HTTPS Server](https://github.com/fhessel/esp32_https_server) project. This allows the wifi supporting ESP32 devices to run our web interface to access Meshtastic directly from your browser. This imports the [Meshtastic.js library](/docs/software/js/getting-started) to provide a web page capable of interacting with the device. :::caution Please note that this is under active development and liable to change ::: - -:::warning -The current Meshtastic-web depolyment only works with the 1.1.x versions of the device firmware. Support for 1.2.x will hopefully arrive soon -::: - diff --git a/website/sidebars.js b/website/sidebars.js index 9b5648b9..4a7808da 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -46,7 +46,7 @@ module.exports = { ], }, { - "Meshtastic-web": [ + "Web interface": [ "software/web/web-app-software", "software/web/web-config-software", "software/web/web-usage-software",