Skip to content

Commit 9f3a1fe

Browse files
committed
Fixing stub for wifi_radio_ping
1 parent ad166ca commit 9f3a1fe

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
@@ -283,7 +283,7 @@ const mp_obj_property_t wifi_radio_ap_info_obj = {
283283
(mp_obj_t)&mp_const_none_obj },
284284
};
285285

286-
//| def ping(self, ip: wifi.Radio, *, timeout: float = 0.5) -> float:
286+
//| def ping(self, ip: ipaddress.IPv4Address, *, timeout: Optional[float] = 0.5) -> float:
287287
//| """Ping an IP to test connectivity. Returns echo time in seconds.
288288
//| Returns None when it times out."""
289289
//| ...

0 commit comments

Comments
 (0)