@@ -317,7 +317,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_station_obj, wifi_radio_stop_station);
317
317
//| *,
318
318
//| channel: int = 1,
319
319
//| authmode: Optional[AuthMode] = None,
320
- //| max_connections: Optional[int] = 4
320
+ //| max_connections: Optional[int] = 4,
321
321
//| ) -> None:
322
322
//| """Starts running an access point with the specified ssid and password.
323
323
//|
@@ -416,7 +416,7 @@ MP_PROPERTY_GETTER(wifi_radio_ap_active_obj,
416
416
//| *,
417
417
//| channel: int = 0,
418
418
//| bssid: Optional[Union[str | ReadableBuffer]] = None,
419
- //| timeout: Optional[float] = None
419
+ //| timeout: Optional[float] = None,
420
420
//| ) -> None:
421
421
//| """Connects to the given ssid and waits for an ip address. Reconnections are handled
422
422
//| automatically once one connection succeeds.
@@ -551,7 +551,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_subnet_ap_obj,
551
551
//| ipv4: ipaddress.IPv4Address,
552
552
//| netmask: ipaddress.IPv4Address,
553
553
//| gateway: ipaddress.IPv4Address,
554
- //| ipv4_dns: Optional[ipaddress.IPv4Address]
554
+ //| ipv4_dns: Optional[ipaddress.IPv4Address],
555
555
//| ) -> None:
556
556
//| """Sets the IP v4 address of the station. Must include the netmask and gateway. DNS address is optional.
557
557
//| Setting the address manually will stop the DHCP client."""
0 commit comments