Skip to content

Commit 0b913bd

Browse files
cbenhagendpgeorge
authored andcommitted
docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.
1 parent 822e9ca commit 0b913bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp8266/tutorial/network_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can check if the interfaces are active by::
1919

2020
You can also check the network settings of the interface by::
2121

22-
>>> ap.ifconfig()
22+
>>> ap_if.ifconfig()
2323
('192.168.4.1', '255.255.255.0', '192.168.4.1', '8.8.8.8')
2424

2525
The returned values are: IP address, netmask, gateway, DNS.

0 commit comments

Comments
 (0)