We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc8f28 commit fa1cdb0Copy full SHA for fa1cdb0
1 file changed
docs/library/network.rst
@@ -178,12 +178,12 @@ For example::
178
179
Dump the WIZnet5x00 registers. Useful for debugging.
180
181
-.. only:: port_esp8266
+class WLAN
182
+==========
183
- class WLAN
184
- ==========
+.. _network.WLAN:
185
186
- .. _network.WLAN:
+.. only:: port_esp8266
187
188
This class provides a driver for WiFi network processor in the ESP8266. Example usage::
189
@@ -238,11 +238,6 @@ For example::
238
239
.. only:: port_wipy
240
241
242
243
-
244
245
246
This class provides a driver for WiFi network processor in the WiPy. Example usage::
247
248
import network
0 commit comments