@@ -317,7 +317,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_station_obj, wifi_radio_stop_station);
317317//| *,
318318//| channel: int = 1,
319319//| authmode: Optional[AuthMode] = None,
320- //| max_connections: Optional[int] = 4
320+ //| max_connections: Optional[int] = 4,
321321//| ) -> None:
322322//| """Starts running an access point with the specified ssid and password.
323323//|
@@ -416,7 +416,7 @@ MP_PROPERTY_GETTER(wifi_radio_ap_active_obj,
416416//| *,
417417//| channel: int = 0,
418418//| bssid: Optional[Union[str | ReadableBuffer]] = None,
419- //| timeout: Optional[float] = None
419+ //| timeout: Optional[float] = None,
420420//| ) -> None:
421421//| """Connects to the given ssid and waits for an ip address. Reconnections are handled
422422//| automatically once one connection succeeds.
@@ -551,7 +551,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_subnet_ap_obj,
551551//| ipv4: ipaddress.IPv4Address,
552552//| netmask: ipaddress.IPv4Address,
553553//| gateway: ipaddress.IPv4Address,
554- //| ipv4_dns: Optional[ipaddress.IPv4Address]
554+ //| ipv4_dns: Optional[ipaddress.IPv4Address],
555555//| ) -> None:
556556//| """Sets the IP v4 address of the station. Must include the netmask and gateway. DNS address is optional.
557557//| Setting the address manually will stop the DHCP client."""
0 commit comments