#ESP32-S3 ping ValueError
1 messages · Page 1 of 1 (latest)
for ping, you need to pass it an ipaddress.IPv4Address object, not a string
1 messages · Page 1 of 1 (latest)
I've been using 7.1 and now 7.2rc0. Wifi works fine, I can connect and run existing circuitpython mini-mqtt scripts. A minor issue is I can't seem to get the ping function to work. The error is "ValueError: Only IPv4 addresses supported". I'm using the function wifi.radio.ping('192.168.100.100')
for ping, you need to pass it an ipaddress.IPv4Address object, not a string