I have the inky pico w kit. how do I connect it to the wifi?
To enable Inky to connect to the internet, you’ll need to save a file called secrets.py to the Pico W using Thonny. It should contain the following lines:
WIFI_SSID = "your_ssid_goes_here"
WIFI_PASSWORD = "your_password_goes_here"