We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e5e66 commit aa82a3eCopy full SHA for aa82a3e
shared-bindings/wifi/Radio.c
@@ -696,7 +696,9 @@ MP_PROPERTY_GETTER(wifi_radio_stations_ap_obj,
696
//| def start_dhcp(self, *, ipv4: bool = supports_ipv4, ipv6: bool = supports_ipv6) -> None:
697
//| """Starts the station DHCP client.
698
//|
699
-//| If specified
+//| 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.
702
//| """
703
//| ...
704
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