From aab1de52a9763bc6c76f3611686ba949340b4411 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 7 Sep 2026 18:41:22 -0400 Subject: [PATCH] Adding example config file --- config.example.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.example.py 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