Skip to content

Commit 3a74014

Browse files
authored
Update osVariables.cpp
1 parent e92d5af commit 3a74014

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/osVariables/osVariables.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ int watchFaceMode = 1;
3737
// No. of total watch faces
3838
int maxWatchFaceNo = 2;
3939
// WiFi network name
40-
const char* ssid = "SSID";
40+
const char* ssid = "yourSSID";
4141
// WiFi network password
42-
const char* password = "Password";
42+
const char* password = "yourPassword";
4343
// URL of the ntp server
44-
const char* ntpServer = "asia.pool.ntp.org";
44+
const char* ntpServer = "pool.ntp.org";
4545
// GMT offset (in seconds)
46-
const long gmtOffset_sec = 19800;
46+
const long gmtOffset_sec = 0;
4747
// Day light offset (in seconds)
4848
const int daylightOffset_sec = 0;
4949
// A variable to store the first 3 letters of the current weekday name

0 commit comments

Comments
 (0)