mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Documentation - fix links in station-class.rst (#9191)
This commit is contained in:
parent
9e3ba26258
commit
bb79e9076e
@ -473,7 +473,7 @@ Function returns one of the following connection statuses:
|
|||||||
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
|
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
|
||||||
- ``WL_DISCONNECTED`` if module is not configured in station mode
|
- ``WL_DISCONNECTED`` if module is not configured in station mode
|
||||||
|
|
||||||
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>`__
|
Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/cores/esp8266/wl_definitions.h>`__
|
||||||
|
|
||||||
*Example code:*
|
*Example code:*
|
||||||
|
|
||||||
@ -511,7 +511,7 @@ Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https:/
|
|||||||
Connection status: 3
|
Connection status: 3
|
||||||
Connected, IP address: 192.168.1.10
|
Connected, IP address: 192.168.1.10
|
||||||
|
|
||||||
Particular connection statuses 6 and 3 may be looked up in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/include/wl_definitions.h>`__ as follows:
|
Particular connection statuses 6 and 3 may be looked up in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/cores/esp8266/wl_definitions.h>`__ as follows:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user