meshtastic/docs/software/web/config.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

2021-04-15 03:19:53 -07:00
---
id: web-config-software
title: Initial configuration
sidebar_label: Configuration
---
## Manual Installation
2021-04-15 05:01:22 -07:00
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.
2021-04-15 03:19:53 -07:00
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 web interface files.
2021-04-15 03:19:53 -07:00
2021-04-15 04:55:19 -07:00
### Upload web interface files
2021-04-15 03:19:53 -07:00
* Updated (Nov 20, 2021) - The process to use the web interface will soon be included in the default builds downloaded from the usual places. This document will be updated soon. Hang tight :)
2021-04-15 03:19:53 -07:00
### Wifi configuration
2022-02-24 20:19:57 -08:00
:::info
Enabling WiFi will disable bluetooth. Only one method will work at a time.
:::
WiFi configuration is required to use the web interface. Any method of set up will work:
- [Device as a client](/docs/settings/wifi#enable-wifi-as-client)
- [Device as an access point](/docs/settings/wifi#enable-wifi-as-softap)
- [Force SoftAP (admin)](/docs/settings/wifi#force-softap)
2021-04-15 03:19:53 -07:00
:::note
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.
:::