7 lines
236 B
Python
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
|