File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ When we look at the current smart watches (especially the cheap ones) the are pr
2424Before uploading the firmware you'll have to do some important configuration in ``` src/osVariables/osVariables.cpp ``` :-
25251 . To configure your WiFi network enter your SSID (network name) in line 40 ``` const char* ssid = "yourSSID"; ``` (replace
2626yourSSID 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
2828in line 48 ``` const int daylightOffset_sec = 0; ``` and make sure both of them are in seconds. If you can't get the time
2929properly even after setting the GMT and daylight offset then you might have to change the URL of the NTP server to a URL
3030which is closer to your location in line 44 ``` const char* ntpServer = "pool.ntp.org"; ``` .
You can’t perform that action at this time.
0 commit comments