Files
pico-time/config.example.py
T
gballan aab1de52a9
ci/woodpecker/push/woodpecker Pipeline was successful
Adding example config file
2026-09-07 18:41:22 -04:00

7 lines
236 B
Python

# Wi-Fi credentials
WIFI_SSID = "YourSSID" # Set this to your Wi-Fi network name
WIFI_PASS = "YourPassword" # Set this to your Wi-Fi network password
# NTP settings
NTP_HOST = "time.google.com" # Set this to your desired NTP server