Skip to content

Commit f7c05bc

Browse files
committed
Fix wifi.Radio.connect return type
1 parent 85cdb8c commit f7c05bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_ap_obj, wifi_radio_stop_ap);
304304
//| *,
305305
//| channel: Optional[int] = 0,
306306
//| bssid: Optional[ReadableBuffer] = b"",
307-
//| timeout: Optional[float] = None) -> bool:
307+
//| timeout: Optional[float] = None) -> None:
308308
//| """Connects to the given ssid and waits for an ip address. Reconnections are handled
309309
//| automatically once one connection succeeds.
310310
//|

0 commit comments

Comments
 (0)