diff options
| author | IhorNehrutsa <Ihor.Nehrutsa@gmail.com> | 2022-06-28 16:38:45 +0300 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-05 23:40:32 +1000 |
| commit | 1ea82b6dcc7dd5f0ad051db414ff91d8f04d20e0 (patch) | |
| tree | ab15b7c3c1d20f2b78c1af715356f0e43f0015dc /docs | |
| parent | 2efaebc8995d1d73dd6f0d3af448b385b0fa38c8 (diff) | |
esp32,esp8266: Rename WLAN dhcp_hostname config to hostname.
But retain old name for backwards compatibility.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/network.WLAN.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/network.WLAN.rst b/docs/library/network.WLAN.rst index bc416d1c2..c67319470 100644 --- a/docs/library/network.WLAN.rst +++ b/docs/library/network.WLAN.rst @@ -130,7 +130,7 @@ Methods hidden Whether SSID is hidden (boolean) security Security protocol supported (enumeration, see module constants) key Access key (string) - dhcp_hostname The DHCP hostname to use + hostname The hostname that will be sent to DHCP (STA interfaces) and mDNS (if supported, both STA and AP) reconnects Number of reconnect attempts to make (integer, 0=none, -1=unlimited) txpower Maximum transmit power in dBm (integer or float) ============= =========== |
