You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/esp8266wifi/station-class.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ Function returns one of the following connection statuses:
473
473
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
474
474
- ``WL_DISCONNECTED`` if module is not configured in station mode
475
475
476
-
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>`__
476
+
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>`__
477
477
478
478
*Example code:*
479
479
@@ -511,7 +511,7 @@ Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https:/
511
511
Connection status: 3
512
512
Connected, IP address: 192.168.1.10
513
513
514
-
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:
514
+
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:
0 commit comments