mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 05:34:11 -08:00
catch further meshtastic-web mentions
This commit is contained in:
parent
50cd94fcc6
commit
0f69cca917
|
@ -6,11 +6,11 @@ sidebar_label: Configuration
|
|||
|
||||
## Manual Installation
|
||||
|
||||
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.
|
||||
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 will be updated 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.
|
||||
|
||||
Once you have your device loaded with the Meshtastic Device firmware you need to connect to it's wifi and then manually upload the Meshtastic Web files.
|
||||
Once you have your device loaded with the Meshtastic Device firmware you need to connect to it's wifi and then manually upload the web interface files.
|
||||
|
||||
### Connect to device wifi
|
||||
|
||||
|
@ -54,7 +54,7 @@ We do realize this is not "easy" and are exploring ways to simplify this in the
|
|||
|
||||
### Wifi configuration
|
||||
|
||||
To enable the WiFi to access the Meshtastic Web Interface, you must at minimum set two preferences:
|
||||
To enable the WiFi to access the web interface, you must at minimum set two preferences:
|
||||
|
||||
`wifi_ssid`
|
||||
`wifi_password`
|
||||
|
@ -70,7 +70,7 @@ Alternatively, you can enable the internal Soft Access Point:
|
|||
|
||||
`wifi_ap_mode true`
|
||||
|
||||
With that enabled, we will broadcast a new wifi network with the SSID and password you set. In AP mode, your device will act as a Captive Portal with a built in DNS server that resolves all name requests back to the device. Additionally, Apple Captive Portal Assistant is implemented -- if you're on an Apple device, the Meshtastic Web Interface will pop up automagically.
|
||||
With that enabled, we will broadcast a new wifi network with the SSID and password you set. In AP mode, your device will act as a Captive Portal with a built in DNS server that resolves all name requests back to the device. Additionally, Apple Captive Portal Assistant is implemented -- if you're on an Apple device, the web interface will pop up automagically.
|
||||
|
||||
To turn it off, simply reboot the device.
|
||||
|
||||
|
|
|
@ -24,11 +24,11 @@ Cause: This most likely means that the file system for the web server has not be
|
|||
|
||||
Solutions:
|
||||
|
||||
Option 1) Flash the device with the `device-install.sh` script that comes packaged with the firmware zip file (you'll lose previous settings).
|
||||
Option 1) Flash the device with the `device-install.sh` script that comes packaged with the firmware zip file (you'll lose previous settings). Then follow the instructions under configuration to upload the web interface
|
||||
|
||||
Option 2) Flash the device with the OTA update from within the Android application.
|
||||
|
||||
Option 3) Flash the device with the SPIFFS instructions in platform.io below.
|
||||
Option 3) Flash the device with the SPIFFS instructions in platform.io.
|
||||
|
||||
### Insufficient space to upload new files
|
||||
|
||||
|
|
Loading…
Reference in a new issue