Remove soft ap example entirely

This commit is contained in:
Garth Vander Houwen 2022-10-19 19:23:37 -07:00
parent 6eb3e7143c
commit 532103c34c

View file

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