Skip to content

Commit 74ecb6c

Browse files
authored
Update README.md
1 parent f92a317 commit 74ecb6c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ All of the required code is in the ```src``` directory, just rename the file ```
5555

5656
Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyGO/T-QT/tree/main?tab=readme-ov-file#quick-start) for setting up the board in arduino ide.
5757

58+
## Configurator Tool
59+
The OpenTimeWatch Configurator tool is a python script which allows users to configure the WiFi network and time settings before compiling and uploading the firmware to the watch. This tool does not configure your board type nor does it compile and upload the code. To run the tool type
60+
61+
```python otwConfigurator.py```
62+
63+
or
64+
65+
```python3 otwConfigurator.py```
66+
67+
in your terminal.
68+
5869
# Features
5970
1. Home screen with custom background
6071
2. Activity view shows steps walked, calories burned and weather (It is just a dummy and not functionally implemented yet)
@@ -95,9 +106,6 @@ Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyG
95106
10. Flappy bird clone
96107
11. UART console support
97108

98-
# When could you expect SDKs for apps, custom home screens and widgets
99-
By V0.7 or V0.8 we could start making SDKs for developers to make apps and games, we will also extend support for other microcontrollers and screen resolutions as the OS currently runs at 128 * 128 px.
100-
101109
# Can I contribute ?
102110
Yes, you can contribute to the project by the following ways :
103111
1. Help us add features to the project by making a PR.

0 commit comments

Comments
 (0)