mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Remove soft ap example entirely
This commit is contained in:
parent
6eb3e7143c
commit
532103c34c
|
@ -50,9 +50,9 @@ Empty `""` by default. (Case Sensitive, Max Length: 64)
|
|||
|
||||
### WiFi Mode
|
||||
|
||||
Used to set either [SoftAP](#software-access-point) or [Client](#wifi-client) WiFi modes.
|
||||
Used to set WiFi mode.
|
||||
|
||||
Set to `CLIENT` by default.
|
||||
Set to [`CLIENT`](#wifi-client) by default.
|
||||
|
||||
#### Acceptable values
|
||||
|
||||
|
@ -156,10 +156,6 @@ All Network config options are available in the Web UI.
|
|||
|
||||
## Examples
|
||||
|
||||
### Software Access Point
|
||||
|
||||
With the SoftAP enabled, an ESP32 device will enter software accees point mode and you can connect to it like a wifi network. There is no meshtastic functionality associated with this mode yet.
|
||||
|
||||
### WiFi Client
|
||||
|
||||
With `network.wifi_ssid` & `network.wifi_psk` populated, the device will know to connect to your network. Make sure you are in range of your WiFi. If you have a single Meshtastic device on your local network it's easy to connect to your device with DNS `http://meshtastic.local`. If you have multiple Meshtastic devices you will need to connect using their respective IP addresses.
|
||||
|
|
Loading…
Reference in a new issue