We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f34e13 commit e89413eCopy full SHA for e89413e
docs/esp8266/quickref.rst
@@ -43,7 +43,7 @@ The ``network`` module::
43
wlan.scan() # scan for access points
44
wlan.isconnected() # check if the station is connected to an AP
45
wlan.connect('essid', 'password') # connect to an AP
46
- wlan.mac() # get the interface's MAC adddress
+ wlan.config('mac') # get the interface's MAC adddress
47
wlan.ifconfig() # get the interface's IP/netmask/gw/DNS addresses
48
49
ap = network.WLAN(network.AP_IF) # create access-point interface
0 commit comments