mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
docs: Update docs to replace ifconfig with ipconfig.
Follow up to 1c6012b0b5
Signed-off-by: Felix Dörre <felix@dogcraft.de>
This commit is contained in:
committed by
Damien George
parent
0b58d02f70
commit
4d16a9cced
@@ -528,7 +528,7 @@ Ethernet. Example usage::
|
||||
lan.active(True)
|
||||
|
||||
If there is a DHCP server in the LAN, the IP address is supplied by that server.
|
||||
Otherwise, the IP address can be set with lan.ifconfig(). The default address
|
||||
Otherwise, the IP address can be set with lan.ipconfig(addr4="..."). The default address
|
||||
is 192.168.0.1.
|
||||
|
||||
Teensy 4.1 does not have an Ethernet jack on the board, but PJRC offers an
|
||||
|
||||
Reference in New Issue
Block a user