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
This commit is contained in:
parent
c64eb4f8ce
commit
b9923262db
@ -422,16 +422,17 @@ parameter should be `id`.
|
|||||||
Following are commonly supported parameters (availability of a specific parameter
|
Following are commonly supported parameters (availability of a specific parameter
|
||||||
depends on network technology type, driver, and `MicroPython port`).
|
depends on network technology type, driver, and `MicroPython port`).
|
||||||
|
|
||||||
========= ===========
|
============= ===========
|
||||||
Parameter Description
|
Parameter Description
|
||||||
========= ===========
|
============= ===========
|
||||||
mac MAC address (bytes)
|
mac MAC address (bytes)
|
||||||
essid WiFi access point name (string)
|
essid WiFi access point name (string)
|
||||||
channel WiFi channel (integer)
|
channel WiFi channel (integer)
|
||||||
hidden Whether ESSID is hidden (boolean)
|
hidden Whether ESSID is hidden (boolean)
|
||||||
authmode Authentication mode supported (enumeration, see module constants)
|
authmode Authentication mode supported (enumeration, see module constants)
|
||||||
password Access password (string)
|
password Access password (string)
|
||||||
========= ===========
|
dhcp_hostname The DHCP hostname to use
|
||||||
|
============= ===========
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user