diff options
author | Felix Dörre <felix@dogcraft.de> | 2024-03-18 00:57:22 +0000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-07-05 16:06:04 +1000 |
commit | 4d16a9cced42ad0a298f1be8b993357abe7398ab (patch) | |
tree | aa331b1eb122d5a5ed3774726eb96be7c6b90313 /docs/mimxrt | |
parent | 0b58d02f70cb883bf19ceec5536be59984f22d90 (diff) |
docs: Update docs to replace ifconfig with ipconfig.
Follow up to 1c6012b0b5c62f18130217f30e73ad3ce4c8c9e6
Signed-off-by: Felix Dörre <felix@dogcraft.de>
Diffstat (limited to 'docs/mimxrt')
-rw-r--r-- | docs/mimxrt/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mimxrt/quickref.rst b/docs/mimxrt/quickref.rst index 1a73929be..79d2a1551 100644 --- a/docs/mimxrt/quickref.rst +++ b/docs/mimxrt/quickref.rst @@ -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 |