You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,18 @@ When we look at the current smart watches (especially the cheap ones) the are pr
21
21
5. Connect the Stemma qt connector to the TQT Pro
22
22
23
23
# Installation
24
-
Before uploading the firmware you'll have to do some important configuration in ```src/osVariables.cpp``` :-
25
-
1. To configure your WiFi network enter your SSID (network name) in line 40 ```const char* ssid = "yourSSID";``` (replace yourSSID with your network name) and in line 42 replace yourPassword with your network password ```const char* password = "yourPassword";```
26
-
2. To setup time enter the GMT offset of your region in line 46 ```const long gmtOffset_sec = 19800;``` and daylight offset in line 48 ```const int daylightOffset_sec = 0;``` and make sure both of them are in seconds. If you can't get the time properly even after setting the GMT and daylight offset then you might have to change the URL of the NTP server to a URL which is closer to your location in line 44 ```const char* ntpServer = "pool.ntp.org";```. Below are a few common NTP server URLs:-
24
+
Before uploading the firmware you'll have to do some important configuration in ```src/osVariables/osVariables.cpp``` :-
25
+
1. To configure your WiFi network enter your SSID (network name) in line 40 ```const char* ssid = "yourSSID";``` (replace
26
+
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
28
+
in line 48 ```const int daylightOffset_sec = 0;``` and make sure both of them are in seconds. If you can't get the time
29
+
properly even after setting the GMT and daylight offset then you might have to change the URL of the NTP server to a URL
30
+
which is closer to your location in line 44 ```const char* ntpServer = "pool.ntp.org";```.
31
+
Below are a few common NTP server URLs:-
32
+
<br>
33
+
34
+

35
+
27
36
## For Platformio users
28
37
### TQT pro N4R2 (Flash: 4MB, PSRAM: 2MB)
29
38
Just upload the code without any changes to the ```platformio.ini``` file. It should look like this:
0 commit comments