pimoroni-pico/micropython/examples/common/WIFI_CONFIG.py

4 wiersze
81 B
Python

SSID = "YOUR_WIFI_SSID"
PSK = "YOUR_WIFI_PASSWORD"
COUNTRY = "YOUR_COUNTRY_CODE"