Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit b992326

Browse files
joarPaul Sokolovsky
authored and
Paul Sokolovsky
committed
docs/library/network: Add dhcp_hostname parameter
I have not actually tested this, going by information available in https://forum.micropython.org/viewtopic.php?t=2584
1 parent c64eb4f commit b992326

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/library/network.rst

+11-10
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,17 @@ parameter should be `id`.
422422
Following are commonly supported parameters (availability of a specific parameter
423423
depends on network technology type, driver, and `MicroPython port`).
424424

425-
========= ===========
426-
Parameter Description
427-
========= ===========
428-
mac MAC address (bytes)
429-
essid WiFi access point name (string)
430-
channel WiFi channel (integer)
431-
hidden Whether ESSID is hidden (boolean)
432-
authmode Authentication mode supported (enumeration, see module constants)
433-
password Access password (string)
434-
========= ===========
425+
============= ===========
426+
Parameter Description
427+
============= ===========
428+
mac MAC address (bytes)
429+
essid WiFi access point name (string)
430+
channel WiFi channel (integer)
431+
hidden Whether ESSID is hidden (boolean)
432+
authmode Authentication mode supported (enumeration, see module constants)
433+
password Access password (string)
434+
dhcp_hostname The DHCP hostname to use
435+
============= ===========
435436

436437

437438

0 commit comments

Comments
 (0)