Skip to content

Commit 7dee9e4

Browse files
authored
Update README.md
1 parent 1ded679 commit 7dee9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When we look at the current smart watches (especially the cheap ones) the are pr
2424
Before uploading the firmware you'll have to do some important configuration in ```src/osVariables/osVariables.cpp``` :-
2525
1. To configure your WiFi network enter your SSID (network name) in line 40 ```const char* ssid = "yourSSID";``` (replace
2626
yourSSID with your network name) and in line 42 replace yourPassword with your network password ```const char* password = "yourPassword";```
27-
2. To setup time enter the GMT offset of your region in line 46 ```const long gmtOffset_sec = 19800;``` and daylight offset
27+
2. To setup time enter the GMT offset of your region in line 46 ```const long gmtOffset_sec = 0;``` and daylight offset
2828
in line 48 ```const int daylightOffset_sec = 0;``` and make sure both of them are in seconds. If you can't get the time
2929
properly even after setting the GMT and daylight offset then you might have to change the URL of the NTP server to a URL
3030
which is closer to your location in line 44 ```const char* ntpServer = "pool.ntp.org";```.

0 commit comments

Comments
 (0)