inky-lovelace/WIFI_CONFIG.py

9 lines
363 B
Python

# this is just python syntax.
# Edit this file and enter the network name for your Wifi in SSID
# Enter the password for your Wifi network in the PSK
# Set the COUNTRY to the country code of your local country (yes, this matters!)
SSID = "Example_Network"
PSK = "Example_Password"
COUNTRY = "US" # Change to your local two-letter ISO 3166-1 country code