Skip to content

Commit 75a4a34

Browse files
committed
esp32: Formatting corrections.
Signed-off-by: Harald Milz <hm@seneca.muc.de>
1 parent 157140a commit 75a4a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library/network.WLAN.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Methods
155155

156156
Common parameters:
157157

158-
* ssid -- WiFi access point name, (string, e.g. `eduroam`)
158+
* ssid -- WiFi access point name, (string, e.g. "eduroam")
159159
* eap_method -- EAP method to use (string)
160160

161161
EAP-PWD parameters
@@ -195,7 +195,7 @@ Methods
195195
* private_key_password -- private key password (string, optional)
196196
* disable_time_check -- suppress the validity check for the local client certificate when using EAP-TLS (boolean, default False)
197197

198-
`disable_time_check` is only included for the sake of completeness. In practice,
198+
disable_time_check is only included for the sake of completeness. In practice,
199199
you want to renew the client certificate before expiry.
200200

201201
Certificate files need to be uploaded first, e.g.::

0 commit comments

Comments
 (0)