diff --git a/config.example.py b/config.example.py new file mode 100644 index 0000000..e506cb3 --- /dev/null +++ b/config.example.py @@ -0,0 +1,6 @@ +# 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