Updated Hardware API (markdown)
parent
24878bce6f
commit
daac4aec9c
|
@ -350,7 +350,7 @@ Methods:
|
|||
- `wlan.mac([mac])` get or set the MAC address. The MAC address is a `bytes` object of length 6.
|
||||
- `wlan.connect(ssid, *, auth=WLAN.OPEN, key=None, timeout=None)` Connect to the network specified by the SSID using the given authentication and keys.
|
||||
- `wlan.disconnect()` Closes the current connection. NOHEAP
|
||||
- `wlan.isconnected()` returns `True` if connected and IP address has been assigned.
|
||||
- `wlan.isconnected()` returns `True` if connected and IP address has been assigned. NOHEAP
|
||||
- `wlan.ifconfig(id=0, config=[(ip, netmask, gateway, dns) or 'dhcp'])` get or set the IP configuration. The `id` is the interface id, and defaults to zero. In the case of `AP+STA` mode, the NIC effectively has 2 interfaces that can be configured independently using `id=0` for the AP and `id=1` for the STA. Alternatively, a port can choose to use string names for the `id`, e.g. `id='STA'` and `id='AP'`.
|
||||
|
||||
Constants:
|
||||
|
|
Loading…
Reference in New Issue