docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.

This commit is contained in:
Ben Hagen 2016-06-04 14:02:24 +02:00 committed by Damien George
parent 822e9ca8f3
commit 0b913bd09f

View File

@ -19,7 +19,7 @@ You can check if the interfaces are active by::
You can also check the network settings of the interface by::
>>> ap.ifconfig()
>>> ap_if.ifconfig()
('192.168.4.1', '255.255.255.0', '192.168.4.1', '8.8.8.8')
The returned values are: IP address, netmask, gateway, DNS.