--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Wed Mar 01 19:54:23 2023 +0100 +++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Thu Mar 02 17:53:38 2023 +0100 @@ -932,7 +932,7 @@ r = wifi.radio if r.ipv4_address is not None: - ping = r.ping(ipaddress.IPv4Address("8.8.8.8")) + ping = r.ping(ipaddress.IPv4Address("9.9.9.9")) print(ping is not None) else: print(False)