Skip to content

Commit 41a6470

Browse files
marcelstoerdevyte
authored andcommitted
Fix WiFi status formatting issue (bullet list) (#4671)
1 parent a0d1c64 commit 41a6470

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/esp8266wifi/station-class.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,13 @@ Return the status of Wi-Fi connection.
427427
428428
WiFi.status()
429429
430-
Function returns one of the following connection statuses: \* ``WL_CONNECTED`` after successful connection is established \* ``WL_NO_SSID_AVAIL``\ in case configured SSID cannot be reached \* ``WL_CONNECT_FAILED`` if password is incorrect \* ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses \* ``WL_DISCONNECTED`` if module is not configured in station mode
430+
Function returns one of the following connection statuses:
431+
432+
- ``WL_CONNECTED`` after successful connection is established
433+
- ``WL_NO_SSID_AVAIL`` in case configured SSID cannot be reached
434+
- ``WL_CONNECT_FAILED`` if password is incorrect
435+
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
436+
- ``WL_DISCONNECTED`` if module is not configured in station mode
431437

432438
Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/include/wl_definitions.h>`__
433439

0 commit comments

Comments
 (0)