Files
microdot/examples/gpio/weather/config.py
2025-07-13 23:46:31 +01:00

4 lines
110 B
Python

DHT22_PIN = 4 # GPIO pin for DHT22 sensor
WIFI_ESSID = 'your_wifi_ssid'
WIFI_PASSWORD = 'your_wifi_password'