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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The main screen takes the longest to draw. This is caused by the amount of pixel
16
16
* support to change the RTC calibration values in the settings
17
17
* support for setting the time
18
18
* 60 seconds screen timeout
19
+
* Support for timezones
19
20
20
21
### Images
21
22
Photos<br>
@@ -38,7 +39,6 @@ More pictures can be found [here](./img/)
38
39
* add support for more than 32 profiles (needs a rework if more profiles are required. The profiles are copied to ram and there is not enough for more at the moment. If we leave them in flash we can store a lot more)
39
40
* support for reading the profile locations from the linkerscript instead of hardcoded
40
41
* rework the calibration and time settings screens
41
-
* setting to set timezone for epoch time calculation
42
42
43
43
### Compiling
44
44
TOTP uses [klib](https://github.com/itzandroidtab/klib). This repo can be cloned in the klib project folder. See [build.yml](./.github/workflows/build.yml) for more info on compiling this project.
0 commit comments