This repository was archived by the owner on Sep 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -422,16 +422,17 @@ parameter should be `id`.
422
422
Following are commonly supported parameters (availability of a specific parameter
423
423
depends on network technology type, driver, and `MicroPython port `).
424
424
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
+ ============= ===========
435
436
436
437
437
438
You can’t perform that action at this time.
0 commit comments