From 07dcf6e2219b7f8babea64abe84908ef314bfde5 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 3 May 2021 14:31:11 -0600 Subject: [PATCH] Removed descriptions from table --- website/docs/settings/wifi.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/website/docs/settings/wifi.md b/website/docs/settings/wifi.md index 60a3bb75..17991fce 100644 --- a/website/docs/settings/wifi.md +++ b/website/docs/settings/wifi.md @@ -14,11 +14,11 @@ The device can be either a WiFi client or a software access point. It **cannot** ## Settings -| Setting | Acceptable Values | Default | Description | -| :-----: | :---------------: | :-----: | :--------- | -| wifi_ap_mode | `true`, `false` | `false` | Toggles the [Software Access Point](#software-access-point) | -| wifi_password | string | `""` | Your WiFi password | -| wifi_ssid | string | `""` | Your WiFi SSID (aka network name) | +| Setting | Acceptable Values | Default | +| :-----: | :---------------: | :-----: | +| wifi_ap_mode | `true`, `false` | `false` | +| wifi_password | string | `""` | +| wifi_ssid | string | `""` | :::note If your `wifi_ssid` or `wifi_password` contain spaces, be sure to put quotation marks around the whole thing: @@ -27,6 +27,18 @@ meshtastic --set wifi_ssid "my wifi ssid" --set wifi_password "my wifi password" ``` ::: +### wifi_ap_mode + +A boolean value that toggles the [Software Access Point](#software-access-point) + +### wifi_password + +In [SoftAP](#software-access-point) mode, this is the password to access your device's WiFi. In [Client](#wifi-client) mode, this is your WiFi Networks password. + +### wifi_ssid + +In [SoftAP](#software-access-point) mode, this is the SSID broadcast to access your device's WiFi. In [Client](#wifi-client) mode, this is your WiFi Networks SSID. + ## Details ### Software Access Point