6c3cdceb45
My pings go out, and then they come back ```py import os import wifi import ipaddress wifi.radio.connect(os.getenv('WIFI_SSID'), os.getenv('WIFI_PASSWORD')) ipv4 = ipaddress.ip_address("8.8.4.4") print("Ping google.com: %f ms" % (wifi.radio.ping(ipv4)*1000)) ``` |
||
---|---|---|
.. | ||
internal_flash.c | ||
internal_flash.h | ||
internal_flash_root_pointers.h | ||
port.c | ||
rp2_cpu.s | ||
usb.c |