We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92d5af commit 3a74014Copy full SHA for 3a74014
1 file changed
src/osVariables/osVariables.cpp
@@ -37,13 +37,13 @@ int watchFaceMode = 1;
37
// No. of total watch faces
38
int maxWatchFaceNo = 2;
39
// WiFi network name
40
-const char* ssid = "SSID";
+const char* ssid = "yourSSID";
41
// WiFi network password
42
-const char* password = "Password";
+const char* password = "yourPassword";
43
// URL of the ntp server
44
-const char* ntpServer = "asia.pool.ntp.org";
+const char* ntpServer = "pool.ntp.org";
45
// GMT offset (in seconds)
46
-const long gmtOffset_sec = 19800;
+const long gmtOffset_sec = 0;
47
// Day light offset (in seconds)
48
const int daylightOffset_sec = 0;
49
// A variable to store the first 3 letters of the current weekday name
0 commit comments