Skip to content

Commit aa82a3e

Browse files
committed
Radio.start_dhcp: finish documentation.
1 parent 99e5e66 commit aa82a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,9 @@ MP_PROPERTY_GETTER(wifi_radio_stations_ap_obj,
696696
//| def start_dhcp(self, *, ipv4: bool = supports_ipv4, ipv6: bool = supports_ipv6) -> None:
697697
//| """Starts the station DHCP client.
698698
//|
699-
//| If specified
699+
//| By default, calling this function starts all supported types of DHCP.
700+
//| If the ``ipv4`` and ``ipv6`` arguments are specified as `False` then
701+
//| the corresponding DHCP client is stopped if it was active.
700702
//| """
701703
//| ...
702704
static mp_obj_t wifi_radio_start_dhcp_client(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)